org.ozoneDB.collections
Interface OzoneProperties

All Superinterfaces:
org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
BasePropertiesImpl, FullPropertiesImpl, FullPropertiesImpl_Proxy, NodePropertiesImpl, NodePropertiesImpl_Proxy

public interface OzoneProperties
extends org.ozoneDB.OzoneRemote

Provides an ozone aware counterpart for java.util.Properties. As the latter is a class and not an interface, only the methods that make sense from an ozone point of view are used.

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

Method Summary
 java.util.Properties getClientProperties()
           
 java.lang.String getProperty(java.lang.String key)
           
 java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
           
 void load(java.util.Properties properties)
           
 java.util.Enumeration propertyNames()
           
 java.lang.String setProperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)

getProperty

public java.lang.String getProperty(java.lang.String key,
                                    java.lang.String defaultValue)

load

public void load(java.util.Properties properties)

propertyNames

public java.util.Enumeration propertyNames()

setProperty

public java.lang.String setProperty(java.lang.String key,
                                    java.lang.String value)

getClientProperties

public java.util.Properties getClientProperties()


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