GNU Classpath (0.95) | |
Frames | No Frames |
Constructors which throw type javax.management.MalformedObjectNameException | |
Constructs a new ObjectInstance for the specified bean
with the supplied class name. | |
Constructs an ObjectName instance from the given string,
which should be of the form
<domain>:<properties><wild>. | |
Constructs an ObjectName instance using the given
domain and properties.
| |
Constructs an ObjectName instance using the given
domain and the one specified property.
|
Methods which throw type javax.management.MalformedObjectNameException | |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a String . |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a domain String and a table of properties. |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a series of String objects for the domain and a single
property, as a key-value pair. |
GNU Classpath (0.95) |