org.apache.derby.impl.services.monitor
Class UpdateServiceProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.apache.derby.impl.services.monitor.UpdateServiceProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class UpdateServiceProperties
extends java.util.Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private  boolean serviceBooted
           
private  java.lang.String serviceName
           
private  PersistentService serviceType
           
private  WritableStorageFactory storageFactory
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
UpdateServiceProperties(PersistentService serviceType, java.lang.String serviceName, java.util.Properties actualSet, boolean serviceBooted)
           
 
Method Summary
 WritableStorageFactory getStorageFactory()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Put the key-value pair in the Properties set and mark this set as modified.
 java.lang.Object remove(java.lang.Object key)
          Remove the key-value pair from the Properties set and mark this set as modified.
 void saveServiceProperties()
          Saves the service properties to the disk.
 void setServiceBooted()
           
 void setStorageFactory(WritableStorageFactory storageFactory)
           
private  void update()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceType

private PersistentService serviceType

serviceName

private java.lang.String serviceName

storageFactory

private WritableStorageFactory storageFactory

serviceBooted

private boolean serviceBooted
Constructor Detail

UpdateServiceProperties

public UpdateServiceProperties(PersistentService serviceType,
                               java.lang.String serviceName,
                               java.util.Properties actualSet,
                               boolean serviceBooted)
Method Detail

setServiceBooted

public void setServiceBooted()

setStorageFactory

public void setStorageFactory(WritableStorageFactory storageFactory)

getStorageFactory

public WritableStorageFactory getStorageFactory()

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Put the key-value pair in the Properties set and mark this set as modified.

See Also:
Hashtable.put(java.lang.Object, java.lang.Object)

remove

public java.lang.Object remove(java.lang.Object key)
Remove the key-value pair from the Properties set and mark this set as modified.

See Also:
Hashtable.remove(java.lang.Object)

saveServiceProperties

public void saveServiceProperties()
Saves the service properties to the disk.


update

private void update()

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.