|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean Interface for the Deployer to use the deploy feature in the HmtlAdaptor
Deployer
Field Summary | |
static java.lang.String |
ROLE
|
Method Summary | |
void |
deploy(java.lang.String name,
java.lang.String sarURL)
Deploy an installation. |
void |
deploy(java.lang.String name,
java.net.URL location)
Deploy an installation. |
void |
redeploy(java.lang.String name)
Redeploy an installation. |
void |
undeploy(java.lang.String name)
Undeploy an installation. |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public void deploy(java.lang.String name, java.lang.String sarURL) throws DeploymentException
name
- the name of deploymentsarURL
- the installation to deploy
DeploymentException
- if an error occursdeploy(String,String)
,
undeploy(String)
,
redeploy(String)
public void deploy(java.lang.String name, java.net.URL location) throws DeploymentException
name
- the name of deploymentlocation
- the installation to deploy
DeploymentException
- if an error occursdeploy(String,String)
,
undeploy(String)
,
redeploy(String)
public void undeploy(java.lang.String name) throws DeploymentException
name
- the name of deployment
DeploymentException
- if an error occursdeploy(String,String)
,
deploy(String,URL)
,
redeploy(String)
public void redeploy(java.lang.String name) throws DeploymentException
name
- the name of deployment
DeploymentException
- if an error occursdeploy(String,String)
,
deploy(String,URL)
,
undeploy(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |