Java javax.management ObjectInstance fields, constructors, methods, implement or subclass

Example usage for Java javax.management ObjectInstance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management ObjectInstance.

The text is from its open source code.

Constructor

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.

Method

StringgetClassName()
Returns the class part.
ObjectNamegetObjectName()
Returns the object name part.