JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Standard Host Component

List of MBean attributes:

Name Type Access Value Description
modelerType java.lang.String RW Type of the modeled resource. Can be set only once
appBase java.lang.String RW The application root for this Host
autoDeploy boolean RW True False The auto deploy flag for this Host
configClass java.lang.String RW The configuration class for contexts
deployOnStartup boolean RW True False The deploy on startup flag for this Host
deployXML boolean RW True False deploy Context XML config files property
managedResource java.lang.Object RW The managed resource this MBean is associated with
name java.lang.String RW Unique name of this Host
unpackWARs boolean RW True False Unpack WARs property
xmlNamespaceAware boolean RW True False Attribute value used to turn on/off XML namespace awareness
xmlValidation boolean RW True False Attribute value used to turn on/off XML validation
children [Ljavax.management.ObjectName; RW Object names of all children
aliases [Ljava.lang.String; RW Host aliases
realm org.apache.catalina.Realm RW Associated realm.
valveNames [Ljava.lang.String; RW Return the MBean Names of the Valves associated with this Host
valveObjectNames [Ljavax.management.ObjectName; RW Return the MBean ObjectNames of the Valves associated with this Host

List of MBean operations:


void addAlias()

Add an alias name that should be mapped to this Host

Param ParamType ParamValue ParamDescription
alias java.lang.String The alias to be added

[Ljava.lang.String; findAliases()

Return the set of alias names for this Host


void addChild()

Add a context

Param ParamType ParamValue ParamDescription
child org.apache.catalina.Container Context to be added

void removeAlias()

Remove the specified alias name from the aliases for this Host

Param ParamType ParamValue ParamDescription
alias java.lang.String Alias name to be removed

void start()

Start


void stop()

Stop


void init()

Init


void destroy()

Destroy