|
OracleAS PDK for Java 10.1.2.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The InitializableXMLObject interface is intended to allow an
application object created by a DefaultNodeHandler to expose
initialization and validation methods to be called at strategic points in
the building of the application object 'tree'.
| Method Summary | |
void |
postInitialize()
Performs any extra steps required to initialize and validate this application object once its child application objects have been created. |
void |
preInitialize(java.lang.Object o)
Performs any steps required to initialize this application object after it has been created, perhaps relating this object to its parent. |
| Method Detail |
public void preInitialize(java.lang.Object o)
throws NodeHandlerException
o - the application object that will become this object's parent
NodeHandlerException - if an error occurs while initializing
this application object
public void postInitialize()
throws NodeHandlerException
NodeHandlerException - if an error occurs while initializing or
validating this application object
|
OracleAS PDK for Java 10.1.2.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||