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 boolean
private String
private PersistentService
private WritableStorageFactory
Fields inherited from class java.util.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.void
Saves the service properties to the disk.void
void
setStorageFactory
(WritableStorageFactory storageFactory) private void
update()
Methods inherited from class java.util.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
Put the key-value pair in the Properties set and mark this set as modified. -
remove
Remove the key-value pair from the Properties set and mark this set as modified. -
saveServiceProperties
public void saveServiceProperties()Saves the service properties to the disk. -
update
private void update()
-