JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Standard Service Component

List of MBean attributes:

Name Type Access Value Description
container org.apache.catalina.Container RW Servlet engine that will process the requests
modelerType java.lang.String R org.apache.catalina.core.StandardService Type of the modeled resource. Can be set only once
containerName javax.management.ObjectName R jboss.web:type=Engine View MBean ObjectNames of the engine
connectorNames [Ljavax.management.ObjectName; R
jboss.web:type=Connector,port=8080,address=%2F0.0.0.0
jboss.web:type=Connector,port=8009,address=%2F0.0.0.0
ObjectNames of the connectors
name java.lang.String RW Unique name of this Service
managedResource java.lang.Object RW The managed resource this MBean is associated with

List of MBean operations:


[Lorg.apache.catalina.connector.Connector; findConnectors()

Return the connectors associated with this wrapper


void stop()

Stop


void start()

Start


void addConnector()

Add a new connector

Param ParamType ParamValue ParamDescription
connector org.apache.catalina.connector.Connector Connector object