public class UpdateServiceProperties
extends java.util.Properties
Modifier and Type | Field and Description |
---|---|
private boolean |
serviceBooted |
private java.lang.String |
serviceName |
private PersistentService |
serviceType |
private WritableStorageFactory |
storageFactory |
Constructor and Description |
---|
UpdateServiceProperties(PersistentService serviceType,
java.lang.String serviceName,
java.util.Properties actualSet,
boolean serviceBooted) |
Modifier and Type | Method and Description |
---|---|
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() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
private PersistentService serviceType
private java.lang.String serviceName
private volatile WritableStorageFactory storageFactory
private boolean serviceBooted
public UpdateServiceProperties(PersistentService serviceType, java.lang.String serviceName, java.util.Properties actualSet, boolean serviceBooted)
public void setServiceBooted()
public void setStorageFactory(WritableStorageFactory storageFactory)
public WritableStorageFactory getStorageFactory()
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map<java.lang.Object,java.lang.Object>
put
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
Hashtable.put(K, V)
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map<java.lang.Object,java.lang.Object>
remove
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
Hashtable.remove(java.lang.Object)
public void saveServiceProperties()
private void update()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.