|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface of the ContainerFactory that is exposed for administration
ContainerFactory
Field Summary | |
static java.lang.String |
OBJECT_NAME
|
Method Summary | |
void |
deploy(java.lang.String url)
Deploy an application |
boolean |
getVerifierVerbose()
Returns the state of the verifier (verbose/non-verbose mode). |
boolean |
getVerifyDeployments()
Returns the state of the verifier (enabled/disabled) |
boolean |
isDeployed(java.lang.String url)
is the aplication with this url deployed |
boolean |
isMetricsEnabled()
Checks if this container factory initializes the metrics interceptor. |
void |
setMetricsEnabled(boolean enable)
Enables/disables the metrics interceptor for containers. |
void |
setVerifierVerbose(boolean verbose)
Enable/disable bean verifier verbose mode. |
void |
setVerifyDeployments(boolean verify)
Enable/disable bean verification upon deployment. |
void |
undeploy(java.lang.String url)
Undeploy an application |
Methods inherited from interface org.jboss.util.ServiceMBean |
getName, getState, getStateString |
Methods inherited from interface org.jboss.util.Service |
destroy, init, start, stop |
Field Detail |
public static final java.lang.String OBJECT_NAME
Method Detail |
public void deploy(java.lang.String url) throws java.net.MalformedURLException, DeploymentException
url
- java.net.MalformedURLException
- DeploymentException
- public void undeploy(java.lang.String url) throws java.net.MalformedURLException, DeploymentException
url
- java.net.MalformedURLException
- DeploymentException
- public void setVerifyDeployments(boolean verify)
verify
- true to enable the verifier; false to disablepublic boolean getVerifyDeployments()
public void setVerifierVerbose(boolean verbose)
verbose
- true to enable verbose mode; false to disablepublic boolean getVerifierVerbose()
public void setMetricsEnabled(boolean enable)
enable
- true to enable; false to disablepublic boolean isMetricsEnabled()
public boolean isDeployed(java.lang.String url) throws java.net.MalformedURLException
url
- java.net.MalformedURLException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |