JMX MBean View

biblioteca

Thu Apr 25 21:49:12 CEST 2024
 
NameDomainjboss.web
typeEngine
Java Classorg.apache.tomcat.util.modeler.BaseModelMBean
DescriptionStandard Engine Component

Attribute Name Access Type Description Attribute Value
jvmRoute RW java.lang.String Route used for load balancing
    
managedResource RW java.lang.Object The managed resource this MBean is associated with
    
baseDir RW java.lang.String Base dir for this engine, typically same as catalina.base system property
    
valveObjectNames R [Ljavax.management.ObjectName; ObjectNames for the valves associated with this container

realm

RW org.apache.catalina.Realm Associated realm.
    
name RW java.lang.String Unique name of this Engine
    
defaultHost RW java.lang.String Name of the default Host for this Engine
    
modelerType R java.lang.String Type of the modeled resource. Can be set only once
org.apache.catalina.core.StandardEngine    


Operation Return Type Description Parameters
stop void Stop
[no parameters]
start void Start
[no parameters]
addChild void Add a virtual host
child org.apache.catalina.Container Host object