KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > ObjectInstance

javax.management
Class ObjectInstance

java.lang.Object
  extended by javax.management.ObjectInstance
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public boolean equals(Object object)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectName getObjectName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance(String objectName,
                      String className)
               throws MalformedObjectNameException
See Also:
getMBeanInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance(ObjectName objectName,
                      String className)
See Also:
getMBeanInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags