public class MBeanMOInfo extends Object
MBeanMOInfo provides information associated with a MBean
through its ObjectName.| Constructor and Description |
|---|
MBeanMOInfo(ObjectName name) |
| Modifier and Type | Method and Description |
|---|---|
Set<ObjectInstance> |
getMBeanNames(MBeanServerConnection server)
Returns the MBean object instances associated with this
getObjectName() at the supplied MBean server. |
ObjectName |
getObjectName()
Returns the name of the MBean.
|
public MBeanMOInfo(ObjectName name)
public ObjectName getObjectName()
ObjectName.public Set<ObjectInstance> getMBeanNames(MBeanServerConnection server) throws IOException
getObjectName() at the supplied MBean server.server - a MBeanServerConnection.ObjectInstances.IOExceptionCopyright © 2015 SNMP4J.org. All rights reserved.