|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.lang.String |
getXMLElementTag()Returns a piece of static info for the type of object this is invoked upon. |
void |
writeChildren(DefWriter jos)Writes the Object's children to the Persistent storage |
void |
writeContents(DefWriter jos)Objects should write their persistence output in this method |
void |
writeObject(DefWriter jos)Objects should write their persistence output in this method |
| Method Detail |
public void writeObject(DefWriter jos)
throws DefPersistenceException
jos - the Output storage for persistenceDefPersistenceException
public void writeContents(DefWriter jos)
throws DefPersistenceException
jos - the Output storage for persistencejava.lang.Error - in writing the Object's contents to Persistent StorageDefPersistenceException
public void writeChildren(DefWriter jos)
throws DefPersistenceException
jos - the Output storage for persistencejava.lang.Error - in writing the Object's Children to the storageDefPersistenceExceptionpublic java.lang.String getXMLElementTag()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||