JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The EJB3Deployer responsible for ejb3 deployment

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R EJB3Deployer 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.ejb3:service=EJB3Deployer View MBean The ObjectName of the Subdeployer
Suffixes [Ljava.lang.String; RW The suffixes of interest to this deployer
RelativeOrder int RW The relative order of the suffixes in the global suffixes list
DefaultProperties java.util.Properties R {hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.bytecode.use_reflection_optimizer=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, hibernate.bytecode.provider=javassist} (no description)
DeployEjb3ExtensionOnly boolean RW True False If true, .jars will not be examined for annotations, 3.0 descriptors
JarsIgnoredForScanning org.jboss.ejb3.JarsIgnoredForScanningMBean W mbean that has list of jars to ignore

List of MBean operations:


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