org.picocontainer.gems.jmx
Class JMXRegistrationInfo
java.lang.Object
org.picocontainer.gems.jmx.JMXRegistrationInfo
public class JMXRegistrationInfo
- extends Object
Helper class to associate a MBean with an ObjectName.
- Author:
- Jörg Schaible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXRegistrationInfo
public JMXRegistrationInfo(ObjectName objectName,
DynamicMBean mBean)
- Construct a JMXRegistrationInfo.
- Parameters:
objectName
- The ObjectName
used for the registration in the MBeanServer
.mBean
- The DynamicMBean
to register.
getMBean
public DynamicMBean getMBean()
- Returns:
- Returns the MBean.
getObjectName
public ObjectName getObjectName()
- Returns:
- Returns the proposed
ObjectName
.
Copyright © 2003-2010 Codehaus. All Rights Reserved.