Package com.illumon.util
Class ConfigurationDynamicMBean
java.lang.Object
com.illumon.util.ConfigurationDynamicMBean
- All Implemented Interfaces:
DynamicMBean
Exposes all of the
Configuration
key-values as MBean SimpleType.STRING
attributes-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attribute) getAttributes
(String[] attributes) static ObjectName
getObjectName
(String instanceValue) static ObjectName
static void
register
(AuditEventLoggerBasic audit) void
setAttribute
(Attribute attribute) 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
-