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
configClass java.lang.String RW The Java class name of the Context configuration class we should use
configBaseName java.lang.String R /usr/local/jboss/exo-eXoPortal-2.5.6-jbossear/server/default/conf/jboss.web/jbcom The base directory for Context configuration files
className java.lang.String R org.apache.catalina.startup.HostConfig Fully qualified class name of the managed object
modelerType java.lang.String R org.apache.catalina.startup.HostConfig Type of the modeled resource. Can be set only once
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 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

void manageApp()

Add a web application managed externally

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

boolean isDeployed()

Was this web application deployed by this component

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 addServiced()

Add a web application name to the serviced list

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