ozone core API

org.ozoneDB.core
Class OzoneSupportObject

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--org.ozoneDB.core.OzoneSupportObject
All Implemented Interfaces:
org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, java.io.Serializable
Direct Known Subclasses:
AdminImpl

public class OzoneSupportObject
extends org.ozoneDB.OzoneObject

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.

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

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

OzoneSupportObject

public OzoneSupportObject()
Method Detail

toString

public java.lang.String toString()
Overwrite this method to specify the ObjectID of this support object. This default implementation return null to signal that this method is not supported by default.

Overrides:
toString in class org.ozoneDB.OzoneObject

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.