| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(name) can be used.
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, table) can be used.
|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, key, value) can be used.
|
| Constructor and Description | |
|---|---|
ObjectInstance(String
Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
|
|
ObjectName(String
Construct an object name from the given string.
|
|
ObjectName(String
Construct an object name with several key properties from a Hashtable.
|
|
ObjectName(String
Construct an object name with exactly one key property.
|