spring-framework / org.springframework.jmx.support / ObjectNameManager

ObjectNameManager

open class ObjectNameManager

Helper class for the creation of javax.management.ObjectName instances.

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2

See Also
javax.management.ObjectName#getInstance(String)

Constructors

<init>

ObjectNameManager()

Helper class for the creation of javax.management.ObjectName instances.

Functions

getInstance

open static fun getInstance(objectName: Any): ObjectName
open static fun getInstance(objectName: String): ObjectName

Retrieve the ObjectName instance corresponding to the supplied name.

open static fun getInstance(domainName: String, key: String, value: String): ObjectName

Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.

open static fun getInstance(domainName: String, properties: Hashtable<String, String>): ObjectName

Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.