JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The JBoss Web Deployer responsible for war deployment

List of MBean attributes:

Name Type Access Value Description
Authenticators java.util.Properties RW (no description)
UseJBossWebLoader boolean RW True False (no description)
AllowSelfPrivilegedWebApps boolean RW True False (no description)
DeleteWorkDirOnContextDestroy boolean RW True False (no description)
HttpHeaderForSSOAuth java.lang.String RW (no description)
SessionCookieForSSOAuth java.lang.String RW (no description)
SubjectAttributeName java.lang.String RW (no description)
CacheName java.lang.String RW (no description)
UnpackWars boolean RW True False (no description)
AcceptNonWarDirs boolean RW True False (no description)
Config org.w3c.dom.Element RW (no description)
LenientEjbLink boolean RW True False (no description)
UseJK boolean RW True False (no description)
MaxUnreplicatedInterval int RW (no description)
Domain java.lang.String RW (no description)
FilteredPackages [Ljava.lang.String; RW (no description)
Java2ClassLoadingCompliance boolean RW True False (no description)
DefaultSecurityDomain java.lang.String RW (no description)
SnapshotMode java.lang.String RW (no description)
SnapshotInterval int RW (no description)
ConfigFile java.lang.String RW (no description)
UseLocalCache boolean RW True False (no description)
SessionIdAlphabet java.lang.String RW (no description)
ContextMBeanCode java.lang.String RW (no description)
ManagerClass java.lang.String RW (no description)
DeployedApplications java.util.Iterator R java.util.HashMap$ValueIterator@536818c4 (no description)
SecurityManagerService org.jboss.security.plugins.JaasSecurityManagerServiceMBean W (no description)
EnhancedSuffixes [Ljava.lang.String; RW Allow the override of supported suffixes and relative order
ServiceName javax.management.ObjectName R jboss.web:service=WebServer View MBean The JMX ObjectName of the service that provides the SubDeployer
Suffixes [Ljava.lang.String; R
.war
An array of suffixes of interest to this subdeployer
RelativeOrder int R -1 The relative order of the specified suffixes
Name java.lang.String R JBossWeb The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


boolean isDeployed()

See if a war is deployed

Param ParamType ParamValue ParamDescription
warUrl java.lang.String (no description)

void startConnectors()

Start all connectors of the Domain


void stopConnectors()

Stop all connectors of the Domain


boolean accepts()

This method is called by MainDeployer to determine if subdeployer can handle a deployment

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void init()

The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void create()

Set up the components of the deployment that do not refer to other components

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void start()

The start method starts all the mbeans in this DeploymentInfo

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void stop()

The stop method invokes stop on the mbeans associated with the deployment in reverse order relative to start

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void destroy()

The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create

Param ParamType ParamValue ParamDescription
di org.jboss.deployment.DeploymentInfo (no description)

void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation

void addOperationInterceptor()

Add dynamically an operation interceptor

Param ParamType ParamValue ParamDescription
interceptor org.jboss.mx.interceptor.Interceptor The Interceptor

void removeOperationInterceptor()

Remove dynamically an operation interceptor

Param ParamType ParamValue ParamDescription
interceptor org.jboss.mx.interceptor.Interceptor The Interceptor