JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Standard Engine 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
defaultHost java.lang.String RW Name of the default Host for this Engine
managedResource java.lang.Object RW The managed resource this MBean is associated with
name java.lang.String RW Unique name of this Engine
baseDir java.lang.String RW Base dir for this engine, typically same as catalina.base system property
jvmRoute java.lang.String RW Route used for load balancing
realm org.apache.catalina.Realm RW Associated realm.
valveObjectNames [Ljavax.management.ObjectName; R
jboss.web:type=Valve,name=StandardEngineValve
ObjectNames for the valves associated with this container

List of MBean operations:


void addChild()

Add a virtual host

Param ParamType ParamValue ParamDescription
child org.apache.catalina.Container Host object

void start()

Start


void stop()

Stop