Class UpdateServiceProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.derby.impl.services.monitor.UpdateServiceProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate Stringprivate PersistentServiceprivate WritableStorageFactoryFields inherited from class Properties
defaults -
Constructor Summary
ConstructorsConstructorDescriptionUpdateServiceProperties(PersistentService serviceType, String serviceName, Properties actualSet, boolean serviceBooted) -
Method Summary
Modifier and TypeMethodDescriptionPut the key-value pair in the Properties set and mark this set as modified.Remove the key-value pair from the Properties set and mark this set as modified.voidSaves the service properties to the disk.voidvoidsetStorageFactory(WritableStorageFactory storageFactory) private voidupdate()Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
serviceType
-
serviceName
-
storageFactory
-
serviceBooted
private boolean serviceBooted
-
-
Constructor Details
-
UpdateServiceProperties
public UpdateServiceProperties(PersistentService serviceType, String serviceName, Properties actualSet, boolean serviceBooted)
-
-
Method Details
-
setServiceBooted
public void setServiceBooted() -
setStorageFactory
-
getStorageFactory
-
put
-
remove
-
saveServiceProperties
public void saveServiceProperties()Saves the service properties to the disk. -
update
private void update()
-