java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>public class UpdateServiceProperties
extends java.util.Properties
| Modifier and Type | Field | Description |
|---|---|---|
private boolean |
serviceBooted |
|
private java.lang.String |
serviceName |
|
private PersistentService |
serviceType |
|
private WritableStorageFactory |
storageFactory |
| Constructor | Description |
|---|---|
UpdateServiceProperties(PersistentService serviceType,
java.lang.String serviceName,
java.util.Properties actualSet,
boolean serviceBooted) |
| Modifier and Type | Method | 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() |
finalize, getClass, notify, notifyAll, wait, wait, waitclear, 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, valuesprivate 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.PropertiesHashtable.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.PropertiesHashtable.remove(java.lang.Object)public void saveServiceProperties()
private void update()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.