Example usage for Java javax.management ObjectInstance fields, constructors, methods, implement or subclass
The text is from its open source code.
ObjectInstance(String objectName, String className) Allows an object instance to be created given a string representation of an object name and the full class name, including the package name. | |
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. |
String | getClassName() Returns the class part. |
ObjectName | getObjectName() Returns the object name part. |