Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.management
Class MBeanReference

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


public class MBeanReference
extends java.lang.Object

MBeanReference holds all necessary information to uniquely identify an MBean.

Since:
Coherence 3.4
Author:
ew 2007.11.07

Constructor Summary
MBeanReference(javax.management.ObjectName oname, javax.management.MBeanServer mbs)
          Construct an instance of MBeanReference.

 

Method Summary
 javax.management.MBeanServer getMBeanServer()
          Return the MbeanServer where the ObjectName is located.
 javax.management.ObjectName getObjectName()
          Return the ObjectName of the qualified name.

 

Constructor Detail

MBeanReference

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

Method Detail

getObjectName

public javax.management.ObjectName getObjectName()
Return the ObjectName of the qualified name.
Returns:
the ObjectName reference

getMBeanServer

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.