| java.lang.Object javax.management.ObjectInstance
ObjectInstance | public class ObjectInstance implements Serializable(Code) | | Identifies an MBean registered in the MBeanServer. An ObjectInstance carries the information
about MBean's ObjectName and class name.
version: $Revision: 1.7 $ |
ObjectInstance | public ObjectInstance(ObjectName objectName, String className)(Code) | | Creates a new ObjectInstance
Parameters: objectName - The ObjectName of the MBean Parameters: className - The class name of the MBean |
getClassName | public String getClassName()(Code) | | Returns the class name of the MBean
|
getObjectName | public ObjectName getObjectName()(Code) | | Returns the ObjectName of the MBean
|
hashCode | public int hashCode()(Code) | | |
|
|