ObjectInstance
Class ObjectInstance
- java.lang.Object
-
- javax.management.ObjectInstance
- All Implemented Interfaces:
- Serializable
public class ObjectInstance extends Object implements Serializable
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
Constructors
ObjectInstance
public ObjectInstance(String objectName, String className) throws MalformedObjectNameException
A