org.ozoneDB.collections
Class FullPropertiesImpl

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

public class FullPropertiesImpl
extends BasePropertiesImpl
implements OzoneProperties

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

Stores properties in an ozone aware map (FullTreeMapImpl).

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
FullPropertiesImpl()
           
FullPropertiesImpl(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

FullPropertiesImpl

public FullPropertiesImpl()

FullPropertiesImpl

public FullPropertiesImpl(java.util.Properties properties)


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