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 Summary
Fields inherited from class com.saperion.config.SaAbstractJMXProperties
CFG_FILE, PASSWORD_REPLACEMENT, PASSWORD_SUFFIX
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
ConstructorsConstructorDescriptionSaJMXXMLProperties
(String configName, InputStream in) Constructor.SaJMXXMLProperties
(String configName, String configFile) Constructor. -
Method Summary
Methods inherited from class com.saperion.config.SaJMXStreamProperties
constructAttributes, constructConstructors, constructOperations, handleInvoke
Methods inherited from class com.saperion.config.SaAbstractJMXProperties
getAttribute, getAttributes, getConfigStream, getMBeanInfo, invoke, isWriteable, register, setAttribute, setAttributes, setWriteable
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, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
SaJMXXMLProperties
Constructor.- Parameters:
configName
- Config nameconfigFile
- Config file- Throws:
IOException
- Exception
-
SaJMXXMLProperties
Constructor.- Parameters:
configName
- Configuration namein
- Input stream- Throws:
IOException
- Exception
-