org.jconfig.jmx
Class CategoryDynamicMBean
org.jconfig.jmx.AbstractDynamicMBean
|
+--org.jconfig.jmx.CategoryDynamicMBean
- public class CategoryDynamicMBean
- extends AbstractDynamicMBean
This MBean represents a Category contained in a Configuration
Attributes:
- Its own name
- One attribute for each property the category contains
Operations: None
- Author:
- Eduardo Macarron emacarron@euskalnet.net
Constructor Summary |
CategoryDynamicMBean(javax.management.ObjectName objectName,
java.lang.String configurationName,
java.lang.String categoryName)
|
Method Summary |
java.lang.Object |
getAttribute(java.lang.String attributeName)
|
javax.management.MBeanInfo |
getMBeanInfo()
|
java.lang.Object |
invoke(java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
|
void |
postRegister(java.lang.Boolean registrationDone)
|
void |
setAttribute(javax.management.Attribute attribute)
|
CategoryDynamicMBean
public CategoryDynamicMBean(javax.management.ObjectName objectName,
java.lang.String configurationName,
java.lang.String categoryName)
getMBeanInfo
public javax.management.MBeanInfo getMBeanInfo()
invoke
public java.lang.Object invoke(java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
throws javax.management.MBeanException,
javax.management.ReflectionException
getAttribute
public java.lang.Object getAttribute(java.lang.String attributeName)
throws javax.management.AttributeNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException
setAttribute
public void setAttribute(javax.management.Attribute attribute)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException
postRegister
public void postRegister(java.lang.Boolean registrationDone)
- Overrides:
postRegister
in class AbstractDynamicMBean
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.