API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. ObjectInstance View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      ObjectInstance
Implements
 Serializable
Subclasses
Description
public class ObjectInstance
  Used to represent the object name of an MBean and its class name.
See also:   
Constructors
public ObjectInstance (ObjectName objectName, String className)
  Allows an object instance to be created given an object name and the full class name, including the package name.
public ObjectInstance (String objectName, String className) throws MalformedObjectNameException
  Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
Methods
Hide/Show inherited methods
public boolean equals (Object object)
  Compares the current object instance with another object instance.
public String getClassName ()
  Returns the class part.
public ObjectName getObjectName ()
  Returns the object name part.
public int hashCode ()
public String toString ()
  Returns a string representing this ObjectInstance object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar