org.picocontainer.gems.jmx
Class StandardNanoMBean
java.lang.Object
javax.management.StandardMBean
org.picocontainer.gems.jmx.StandardNanoMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public final class StandardNanoMBean
- extends StandardMBean
StandardMBean with a provided MBeanInfo.
- Author:
- Jörg Schaible
Methods inherited from class javax.management.StandardMBean |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardNanoMBean
public StandardNanoMBean(Object implementation,
Class management,
MBeanInfo mBeanInfo)
throws NotCompliantMBeanException
- Construct a StandardNanoMBean. The only difference to a
StandardMBean
of the JSR 3 is the user provided
MBeanInfo
.
- Parameters:
implementation
- management
- mBeanInfo
-
- Throws:
NotCompliantMBeanException
getMBeanInfo
public MBeanInfo getMBeanInfo()
- Return the provided
MBeanInfo
.
- Specified by:
getMBeanInfo
in interface DynamicMBean
- Overrides:
getMBeanInfo
in class StandardMBean
- See Also:
StandardMBean.getMBeanInfo()
Copyright © 2003-2010 Codehaus. All Rights Reserved.