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

List of MBean operations:


void init()

Init


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 stop()

Stop


void start()

Start


void destroy()

Destroy


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 addChild()

Add a context

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