public class JMXRegistrationInfo extends Object
| Constructor and Description |
|---|
JMXRegistrationInfo(ObjectName objectName,
DynamicMBean mBean)
Construct a JMXRegistrationInfo.
|
public JMXRegistrationInfo(ObjectName objectName, DynamicMBean mBean)
objectName - The ObjectName used for the registration in the MBeanServer.mBean - The DynamicMBean to register.public DynamicMBean getMBean()
public ObjectName getObjectName()
ObjectName.Copyright © 2003-2014 Codehaus. All Rights Reserved.