org.apache.derby.impl.services.monitor
Class UpdateServiceProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.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 classes inherited from class java.util.Hashtable |
|
Fields inherited from class java.util.Properties |
defaults |
Fields inherited from class java.util.Hashtable |
|
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 |
serviceType
private PersistentService serviceType
serviceName
private java.lang.String serviceName
storageFactory
private WritableStorageFactory storageFactory
serviceBooted
private boolean serviceBooted
UpdateServiceProperties
public UpdateServiceProperties(PersistentService serviceType,
java.lang.String serviceName,
java.util.Properties actualSet,
boolean serviceBooted)
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()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.