|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.OzoneObject | +--org.ozoneDB.core.OzoneSupportObject
This class represents database objects that provide an ozone internal service, like administration functionality. Objects of this class are handled in a special way by the server core. The methods of this class can be used by derived classes to set some internal properties, like the ObjectID.
Field Summary |
Fields inherited from class org.ozoneDB.OzoneObject |
|
Constructor Summary | |
OzoneSupportObject()
|
Method Summary | |
java.lang.String |
toString()
Overwrite this method to specify the ObjectID of this support object. |
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, getObjectID, handle, hashCode, onCreate, onDelete, self, setContainer, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OzoneSupportObject()
Method Detail |
public java.lang.String toString()
toString
in class org.ozoneDB.OzoneObject
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |