JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The EJBDeployer responsible for ejb jar deployment

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R EJBDeployer 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
ServiceName javax.management.ObjectName R jboss.ejb:service=EJBDeployer View MBean The JMX ObjectName of the service that provides the SubDeployer
Suffixes [Ljava.lang.String; R
.jar
An array of suffixes of interest to this subdeployer
RelativeOrder int R -1 The relative order of the specified suffixes
EnhancedSuffixes [Ljava.lang.String; RW Allow the override of supported suffixes and relative order
WebServiceName javax.management.ObjectName RW View MBean The dynamic class loading simple web server
VerifyDeployments boolean RW True False Control the bean verifier (on/off)
VerifierVerbose boolean RW True False Control the verbose mode of the bean verifier
StrictVerifier boolean RW True False Control the strictness of the bean verifier
CallByValue boolean RW True False Enable/disable call-by-value semantics
ValidateDTDs boolean RW True False Enable/disable the validation of deployment descriptors
MetricsEnabled boolean RW True False Enable/disable the metrics interceptor for containers
TransactionManagerServiceName javax.management.ObjectName RW View MBean The transaction manager service to use

List of MBean operations:


java.util.Iterator listDeployedApplications()

List the deployed applications


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

boolean accepts()

Accept a module for deployment

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

void init()

Initialize deployment step

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

void create()

Create deployment step

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

void start()

Start deployment step

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

void stop()

Stop deployment step

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

void destroy()

Destroy deployment step

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

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