Uses of Class
com.saperion.config.SaAbstractJMXProperties
-
Packages that use SaAbstractJMXProperties Package Description com.saperion.config This package contains the JMX configuration part. -
-
Uses of SaAbstractJMXProperties in com.saperion.config
Subclasses of SaAbstractJMXProperties in com.saperion.config Modifier and Type Class Description class
SaJMXBackendProperties
Represents the Saperion backend properties asDynamicMBean
MBean.class
SaJMXFileProperties
Defines the properties of a configuration file as MBean.class
SaJMXLinkProperties
Defines the properties of th link configuration as MBean.class
SaJMXProperties
Defines properties as MBean.class
SaJMXStreamProperties
Defines the properties of a configuration stream as MBean.class
SaJMXSystemProperties
Defines the properties of a system property as MBean.class
SaJMXXMLProperties
Defines the properties of a configuration file as MBean.Methods in com.saperion.config with parameters of type SaAbstractJMXProperties Modifier and Type Method Description void
SaJMXConfiguration. addNewProperties(java.lang.String name, SaAbstractJMXProperties props)
Add new property set.
-