Provides the core classes for the Java Management Extensions.
-
Return an instance of ObjectName that can be used anywhere
an object obtained with
new
ObjectName(name)
can be used.
Allows an object instance to be created given a string representation of
an object name and the full class name, including the package name.
Construct an object name from the given string.
Construct an object name with exactly one key property.
Construct an object name with several key properties from a Hashtable.