ObjectInstance (Java SE 20 & JDK 20) (original) (raw)

All Implemented Interfaces:

[Serializable](../../../java.base/java/io/Serializable.html "interface in java.io")


Used to represent the object name of an MBean and its class name. If the MBean is a Dynamic MBean the class name should be retrieved from the MBeanInfo it provides.

Since:

1.5

See Also:

Constructors
Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
Allows an object instance to be created given an object name and the full class name, including the package name.

boolean
Compares the current object instance with another object instance.
Returns the object name part.
[toString](#toString%28%29)()
Returns a string representing this ObjectInstance object.