Uses of Class javax.management.MalformedObjectNameException

Uses in package javax.management

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>.
ObjectName.ObjectName(String domain, Hashtable properties)
Constructs an ObjectName instance using the given domain and properties.
ObjectName.ObjectName(String domain, String key, String value)
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
ObjectName.getInstance(String domain, Hashtable properties)
Returns an ObjectName instance for the specified name, represented as a domain String and a table of properties.
ObjectName
ObjectName.getInstance(String domain, String key, String value)
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.