Package com.illumon.util
Class ConfigurationDynamicMBean
java.lang.Object
com.illumon.util.ConfigurationDynamicMBean
- All Implemented Interfaces:
DynamicMBean
public class ConfigurationDynamicMBean extends Object implements DynamicMBean
Exposes all of the
Configuration
key-values as MBean SimpleType.STRING
attributes-
Method Summary
Modifier and Type Method Description Object
getAttribute(String attribute)
AttributeList
getAttributes(String[] attributes)
MBeanInfo
getMBeanInfo()
static ObjectName
getObjectName(String instanceValue)
static ObjectName
getObjectNameStatic()
Object
invoke(String actionName, Object[] params, String[] signature)
static void
register(AuditEventLoggerBasic audit)
void
setAttribute(Attribute attribute)
AttributeList
setAttributes(AttributeList attributes)
-
Method Details
-
register
-
getObjectName
-
getObjectNameStatic
-
getMBeanInfo
- Specified by:
getMBeanInfo
in interfaceDynamicMBean
-
getAttributes
- Specified by:
getAttributes
in interfaceDynamicMBean
-
getAttribute
- Specified by:
getAttribute
in interfaceDynamicMBean
-
setAttribute
- Specified by:
setAttribute
in interfaceDynamicMBean
-
setAttributes
- Specified by:
setAttributes
in interfaceDynamicMBean
-
invoke
- Specified by:
invoke
in interfaceDynamicMBean
-