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:


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)
           
 
Methods inherited from class org.jconfig.jmx.AbstractDynamicMBean
getAttributes, postDeregister, preDeregister, preRegister, setAttributes
 

Constructor Detail

CategoryDynamicMBean

public CategoryDynamicMBean(javax.management.ObjectName objectName,
                            java.lang.String configurationName,
                            java.lang.String categoryName)
Method Detail

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.