Package com.tangosol.net.management
Class MBeanReference
java.lang.Object
com.tangosol.net.management.MBeanReference
MBeanReference holds all necessary information to uniquely identify an MBean.
- Since:
 - Coherence 3.4
 - Author:
 - ew 2007.11.07
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMBeanReference(ObjectName oname, MBeanServer mbs) Construct an instance of MBeanReference. - 
Method Summary
Modifier and TypeMethodDescriptionReturn the MbeanServer where the ObjectName is located.Return the ObjectName of the qualified name. 
- 
Constructor Details
- 
MBeanReference
Construct an instance of MBeanReference.- Parameters:
 oname- the ObjectNamembs- the MBeanServer where the ObjectName exists
 
 - 
 - 
Method Details
- 
getObjectName
Return the ObjectName of the qualified name.- Returns:
 - the ObjectName reference
 
 - 
getMBeanServer
Return the MbeanServer where the ObjectName is located.- Returns:
 - the MBeanServer reference
 
 
 -