public class MBeanReference extends Object
| Constructor | Description |
|---|---|
MBeanReference(ObjectName oname,
MBeanServer mbs) |
Construct an instance of MBeanReference.
|
| Modifier and Type | Method | Description |
|---|---|---|
MBeanServer |
getMBeanServer() |
Return the MbeanServer where the ObjectName is located.
|
ObjectName |
getObjectName() |
Return the ObjectName of the qualified name.
|
public MBeanReference(ObjectName oname, MBeanServer mbs)
oname - the ObjectNamembs - the MBeanServer where the ObjectName existspublic ObjectName getObjectName()
public MBeanServer getMBeanServer()