Package com.saperion.config
Class SaJMXXMLProperties
java.lang.Object
java.util.Dictionary<K,V>
 
java.util.Hashtable<Object,Object>
 
java.util.Properties
com.saperion.config.SaAbstractJMXProperties
com.saperion.config.SaJMXStreamProperties
com.saperion.config.SaJMXXMLProperties
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<Object,,- Object> - DynamicMBean
Defines the properties of a configuration file as MBean. 
Implements the abstract class
Implements the abstract class
SaAbstractJMXProperties.- Author:
- rbo
- See Also:
- 
Field SummaryFields inherited from class com.saperion.config.SaAbstractJMXPropertiesCFG_FILE, PASSWORD_REPLACEMENT, PASSWORD_SUFFIXFields inherited from class java.util.Propertiesdefaults
- 
Constructor SummaryConstructorsConstructorDescriptionSaJMXXMLProperties(String configName, InputStream in) Constructor.SaJMXXMLProperties(String configName, String configFile) Constructor.
- 
Method SummaryMethods inherited from class com.saperion.config.SaJMXStreamPropertiesconstructAttributes, constructConstructors, constructOperations, handleInvokeMethods inherited from class com.saperion.config.SaAbstractJMXPropertiesgetAttribute, getAttributes, getConfigStream, getMBeanInfo, invoke, isWriteable, register, setAttribute, setAttributes, setWriteableMethods inherited from class java.util.Propertiesclear, 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, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
- 
Constructor Details- 
SaJMXXMLPropertiesConstructor.- Parameters:
- configName- Config name
- configFile- Config file
- Throws:
- IOException- Exception
 
- 
SaJMXXMLPropertiesConstructor.- Parameters:
- configName- Configuration name
- in- Input stream
- Throws:
- IOException- Exception
 
 
-