|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The definition for an object that can save and restore a heierarchy of components starting from the root component.
| Method Summary | |
void |
close()
Close the persister. |
java.lang.Object |
getRoot()
Get the root component of the hierarchy being persisted. |
void |
initialise(ComponentRegistry componentRegistry)
Initialise this perister. |
void |
setRoot(java.lang.Object component)
The root component of the hierarchy being persisted. |
| Methods inherited from interface org.oddjob.arooa.ComponentRestorer |
restore |
| Method Detail |
public void setRoot(java.lang.Object component)
component - The root component.public java.lang.Object getRoot()
public void initialise(ComponentRegistry componentRegistry)
componentRegistry - The component in which an implementation
can expect to find ids for component in the hierarchy.public void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||