org.picocontainer.gems.jmx.mx4j
Class MX4JDynamicMBean

java.lang.Object
  extended by mx4j.AbstractDynamicMBean
      extended by org.picocontainer.gems.jmx.mx4j.MX4JDynamicMBean
All Implemented Interfaces:
DynamicMBean

public class MX4JDynamicMBean
extends mx4j.AbstractDynamicMBean

DynamicMBean implementation based on MX4J.

Author:
James Strachan, Michael Ward

Constructor Summary
MX4JDynamicMBean(Object componentInstance, MBeanInfo mBeanInfo)
          Construct a MBean from an instance and a MBeanInfo.
 
Method Summary
 
Methods inherited from class mx4j.AbstractDynamicMBean
createMBeanAttributeInfo, createMBeanConstructorInfo, createMBeanInfo, createMBeanNotificationInfo, createMBeanOperationInfo, findMethod, getAttribute, getAttributes, getMBeanClassName, getMBeanDescription, getMBeanInfo, getResource, invoke, invoke, invoke, invokeMethod, setAttribute, setAttributes, setMBeanInfo, setResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MX4JDynamicMBean

public MX4JDynamicMBean(Object componentInstance,
                        MBeanInfo mBeanInfo)
Construct a MBean from an instance and a MBeanInfo.

Parameters:
componentInstance - the instance to expose.
mBeanInfo - the MBeanInfo for the instance.


Copyright © 2003-2010 Codehaus. All Rights Reserved.