JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts

List of MBean attributes:

Name Type Access Value Description
modelerType java.lang.String RW Type of the modeled resource. Can be set only once
className java.lang.String R org.apache.catalina.startup.HostConfig Fully qualified class name of the managed object
configBaseName java.lang.String R /opt/jboss/jboss4/server/default/conf/jboss.web/localhost The base directory for Context configuration files
configClass java.lang.String RW The Java class name of the Context configuration class we should use
contextClass java.lang.String RW The Java class name of the Context implementation we should use

List of MBean operations:


void check()

Check a web application name for updates

Param ParamType ParamValue ParamDescription
name java.lang.String Application name

void addServiced()

Add a web application name to the serviced list

Param ParamType ParamValue ParamDescription
name java.lang.String Application name

boolean isServiced()

Add a web application name to the serviced list

Param ParamType ParamValue ParamDescription
name java.lang.String Application name

void manageApp()

Add a web application managed externally

Param ParamType ParamValue ParamDescription
context org.apache.catalina.Context Context to add

void removeServiced()

Add a web application name to the serviced list

Param ParamType ParamValue ParamDescription
name java.lang.String Application name

void unmanageApp()

Remove a web application from checks

Param ParamType ParamValue ParamDescription
contextPath java.lang.String The application path