JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The Main deployer is the service which acts as the entry point for the deployment/undeployment requests.

List of MBean attributes:

Name Type Access Value Description
CopyFiles boolean RW True False (no description)
ServiceController javax.management.ObjectName W (no description)
ServiceName javax.management.ObjectName R jboss.system:service=MainDeployer View MBean (no description)
SuffixOrder [Ljava.lang.String; R
.deployer
-deployer.xml
.aop
-aop.xml
.sar
-service.xml
.beans
.rar
-ds.xml
.har
.jar
.ejb3
.par
.war
.jse
.ear
.zip
.bsh
.last
The suffix order used when sorting deployments, constructed dynamically by registering deployers
EnhancedSuffixOrder [Ljava.lang.String; RW Allows the override of the suffix order declared by subdeployers, using the syntax [order:]suffix
TempDir java.io.File RW (no description)
TempDirString java.lang.String R file:/opt/jboss/jboss-4.2.3.GA/server/default/tmp/deploy/ (no description)
Name java.lang.String R MainDeployer 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:


void addDeployer()

(no description)

Param ParamType ParamValue ParamDescription
deployer org.jboss.deployment.SubDeployer (no description)

void removeDeployer()

(no description)

Param ParamType ParamValue ParamDescription
deployer org.jboss.deployment.SubDeployer (no description)

void deploy()

(no description)

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

void deploy()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

void deploy()

(no description)

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

void start()

starts a package identified by a URL

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

void stop()

stops a package identified by a URL

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

org.jboss.deployment.DeploymentInfo getDeployment()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

java.net.URL getWatchUrl()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

boolean isDeployed()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

boolean isDeployed()

(no description)

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

java.util.Collection listDeployed()

(no description)


java.lang.String listDeployedAsString()

(no description)


java.util.Collection listDeployedModules()

(no description)


java.util.Collection listDeployers()

(no description)


void checkIncompleteDeployments()

Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies.


java.util.Collection listIncompletelyDeployed()

(no description)


java.util.Collection listWaitingForDeployer()

(no description)


void redeploy()

(no description)

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

void redeploy()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

void redeploy()

(no description)

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

void shutdown()

(no description)


void undeploy()

(no description)

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

void undeploy()

(no description)

Param ParamType ParamValue ParamDescription
url java.net.URL (no description)

void undeploy()

(no description)

Param ParamType ParamValue ParamDescription
sdi 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