JMX MBean View

biblioteca

Wed Apr 24 09:57:05 CEST 2024
 
NameDomainjboss.web
serviceNamejboss.web
typeService
Java Classorg.apache.tomcat.util.modeler.BaseModelMBean
DescriptionStandard Service Component

Attribute Name Access Type Description Attribute Value
connectorNames R [Ljavax.management.ObjectName; ObjectNames of the connectors

managedResource

RW java.lang.Object The managed resource this MBean is associated with
    
container RW org.apache.catalina.Container Servlet engine that will process the requests
    
containerName R javax.management.ObjectName ObjectNames of the engine
jboss.web:type=Engine

View MBean

name RW java.lang.String Unique name of this Service
    
modelerType R java.lang.String Type of the modeled resource. Can be set only once
org.apache.catalina.core.StandardService    


Operation Return Type Description Parameters
stop void Stop
[no parameters]
findConnectors [Lorg.apache.catalina.connector.Connector; Return the connectors associated with this wrapper
[no parameters]
start void Start
[no parameters]
addConnector void Add a new connector
connector org.apache.catalina.connector.Connector Connector object