ObjectName instances will be cached on JMX 1.2,
whereas they will be recreated for each request on JMX 1.0.
author: Rob Harrop author: Juergen Hoeller since: 1.2 See Also:javax.management.ObjectName.getInstance(String)
getInstance(String domainName, String key, String value) Retrieve an ObjectName instance for the specified domain and a
single property with the supplied key and value.
getInstance(String domainName, Hashtable properties) Retrieve an ObjectName instance with the specified domain name
and the supplied key/name properties.
Retrieve an ObjectName instance for the specified domain and a
single property with the supplied key and value.
Parameters: domainName - the domain name for the ObjectName Parameters: key - the key for the single property in the ObjectName Parameters: value - the value for the single property in the ObjectName the ObjectName instance throws: MalformedObjectNameException - in case of an invalid object name specification See Also:ObjectName.ObjectName(StringStringString) See Also:ObjectName.getInstance(StringStringString)