|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.net.management.MBeanReference
public class MBeanReference
MBeanReference holds all necessary information to uniquely identify an MBean.
| Constructor Summary | |
|---|---|
MBeanReference(ObjectName oname, MBeanServer mbs)Construct an instance of MBeanReference. |
|
| Method Summary | |
|---|---|
MBeanServer |
getMBeanServer()Return the MbeanServer where the ObjectName is located. |
ObjectName |
getObjectName()Return the ObjectName of the qualified name. |
| Constructor Detail |
|---|
public MBeanReference(ObjectName oname,
MBeanServer mbs)
oname - the ObjectNamembs - the MBeanServer where the ObjectName exists| Method Detail |
|---|
public ObjectName getObjectName()
public MBeanServer getMBeanServer()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||