Class MBeanReference

java.lang.Object
com.tangosol.net.management.MBeanReference

public class MBeanReference extends Object
MBeanReference holds all necessary information to uniquely identify an MBean.
Since:
Coherence 3.4
Author:
ew 2007.11.07
  • Constructor Details

    • MBeanReference

      public MBeanReference(ObjectName oname, MBeanServer mbs)
      Construct an instance of MBeanReference.
      Parameters:
      oname - the ObjectName
      mbs - the MBeanServer where the ObjectName exists
  • Method Details

    • getObjectName

      public ObjectName getObjectName()
      Return the ObjectName of the qualified name.
      Returns:
      the ObjectName reference
    • getMBeanServer

      public MBeanServer getMBeanServer()
      Return the MbeanServer where the ObjectName is located.
      Returns:
      the MBeanServer reference