org.ozoneDB.collections
Class NodePropertiesImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended byorg.ozoneDB.collections.BasePropertiesImpl
          extended byorg.ozoneDB.collections.NodePropertiesImpl
All Implemented Interfaces:
org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, OzoneProperties, org.ozoneDB.OzoneRemote, java.io.Serializable

public class NodePropertiesImpl
extends BasePropertiesImpl
implements OzoneProperties

Do not use this class directly; use the OzoneProperties interface instead.

Stores properties in an ozone aware map (NodeTreeMapImpl).

Version:
$Id: $
Author:
Leo Mekenkamp (mind the anti-sp@m)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ozoneDB.collections.BasePropertiesImpl
backingMap
 
Constructor Summary
NodePropertiesImpl()
           
NodePropertiesImpl(java.util.Properties properties)
           
 
Methods inherited from class org.ozoneDB.collections.BasePropertiesImpl
getClientProperties, getProperty, getProperty, load, propertyNames, setProperty
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toString, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.collections.OzoneProperties
getClientProperties, getProperty, getProperty, load, propertyNames, setProperty
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Constructor Detail

NodePropertiesImpl

public NodePropertiesImpl()

NodePropertiesImpl

public NodePropertiesImpl(java.util.Properties properties)


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.