org.apache.catalina.mbeans
public class MBeanUtils extends java.lang.Object
| Constructor and Description |
|---|
MBeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javax.management.ObjectName |
createObjectName(java.lang.String domain,
ContextEnvironment environment)
Create an
ObjectName for this
Service object. |
static javax.management.ObjectName |
createObjectName(java.lang.String domain,
ContextResource resource)
Create an
ObjectName for this
ContextResource object. |
static javax.management.ObjectName |
createObjectName(java.lang.String domain,
ContextResourceLink resourceLink)
Create an
ObjectName for this
ContextResourceLink object. |
static Registry |
createRegistry()
Create and configure (if necessary) and return the registry of
managed object descriptions.
|
static javax.management.MBeanServer |
createServer()
Create and configure (if necessary) and return the
MBeanServer with which we will be
registering our DynamicMBean implementations. |
public static javax.management.ObjectName createObjectName(java.lang.String domain,
ContextEnvironment environment)
throws javax.management.MalformedObjectNameException
ObjectName for this
Service object.domain - Domain in which this name is to be createdenvironment - The ContextEnvironment to be namedjavax.management.MalformedObjectNameException - if a name cannot be createdpublic static javax.management.ObjectName createObjectName(java.lang.String domain,
ContextResource resource)
throws javax.management.MalformedObjectNameException
ObjectName for this
ContextResource object.domain - Domain in which this name is to be createdresource - The ContextResource to be namedjavax.management.MalformedObjectNameException - if a name cannot be createdpublic static javax.management.ObjectName createObjectName(java.lang.String domain,
ContextResourceLink resourceLink)
throws javax.management.MalformedObjectNameException
ObjectName for this
ContextResourceLink object.domain - Domain in which this name is to be createdresourceLink - The ContextResourceLink to be namedjavax.management.MalformedObjectNameException - if a name cannot be createdpublic static Registry createRegistry()
public static javax.management.MBeanServer createServer()
MBeanServer with which we will be
registering our DynamicMBean implementations.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.