Server related constant variables. These are constants that are used internally
by the MBean server implementation or are used to configure the MBean server.
Different JMX service specific constants should be added to the ServiceConstants
interface.
See Also:org.jboss.mx.service.ServiceConstants See Also:org.jboss.mx.server.MBeanServerImpl author: Juha Lindfors. author: Adrian Brock. version: $Revision: 57200 $
DEFAULT_REQUIRED_MODELMBEAN_CLASS This constant defines the default Model MBean implementation used for spec
required Model MBean (javax.management.modelmbean.RequiredModelMBean)
instance.
The default domain name for the MBean server. If a default domain is not specified
when the server is created, this value ("DefaultDomain") is used.
See Also:javax.management.MBeanServerFactory
final static String DEFAULT_LOADER_REPOSITORY_CLASS(Code)
DEFAULT_MBEAN_REGISTRY_CLASS
final static String DEFAULT_MBEAN_REGISTRY_CLASS(Code)
DEFAULT_MBEAN_SERVER_BUILDER_CLASS
final static String DEFAULT_MBEAN_SERVER_BUILDER_CLASS(Code)
DEFAULT_REQUIRED_MODELMBEAN_CLASS
final static String DEFAULT_REQUIRED_MODELMBEAN_CLASS(Code)
This constant defines the default Model MBean implementation used for spec
required Model MBean (javax.management.modelmbean.RequiredModelMBean)
instance. Defaults to
org.jboss.mx.modelmbean.XMBean implementation.
DEFAULT_SCOPED_REPOSITORY_CLASS
final static String DEFAULT_SCOPED_REPOSITORY_CLASS(Code)
DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS
final static String DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS(Code)
String representation of the MBean server delegate MBean object name.
OPTIMIZE_REFLECTED_DISPATCHER
final static String OPTIMIZE_REFLECTED_DISPATCHER(Code)
REQUIRED_MODELMBEAN_CLASS_PROPERTY
final static String REQUIRED_MODELMBEAN_CLASS_PROPERTY(Code)
This property can be used to configure which Model MBean implementation is
used for the MBean agent's required Model MBean
(see
javax.management.modelmbean.RequiredModelMBean ). The required
Model MBean implementation will delegate all calls to the class specified
with this property, e.g
-Djbossmx.required.modelmbean.class=org.jboss.mx.modelmbean.XMBean
would instantiate and delegate all calls made to RequiredModelMBean
instance to JBossMX XMBean implementation.