public interface ObjectNameLink
Represents a relationship between one MBean and another. An ObjectNameLink will be obtained either as the value returned from a get for a particular attribute on an MBean, or from a notification indicating that a particular value for an attribute has changed.
The getObjectName()
method should be used to get the ObjectName of the MBean a particular instance of ObjectNameLink represents a link to.
The getLinkName()
or toString()
methods should be used to get a human readable name for the MBean a particular instance of ObjectNameLink represents a link to.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLinkName()
Gets a human readable name for the MBean that this instance of ObjectNameLink represents a link to.
|
javax.management.ObjectName |
getObjectName()
Gets the
ObjectName of the MBean that this instance of ObjectNameLink represents a link to. |
javax.management.ObjectName getObjectName()
Gets the ObjectName
of the MBean that this instance of ObjectNameLink represents a link to.
ObjectName
of the linked object.java.lang.String getLinkName()
Gets a human readable name for the MBean that this instance of ObjectNameLink represents a link to.
Please send bug reports and comments to Caplin support