|
||||||||||
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 String |
ROLE
|
Method Summary | |
void |
deploy(String name,
String sarURL)
Deploy an installation. |
void |
deploy(String name,
URL location)
Deploy an installation. |
void |
redeploy(String name)
Redeploy an installation. |
void |
undeploy(String name)
Undeploy an installation. |
Field Detail |
public static final String ROLE
Method Detail |
public void deploy(String name, 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(String name, 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(String name) throws DeploymentException
name
- the name of deployment
DeploymentException
- if an error occursdeploy(String,String)
,
deploy(String,URL)
,
redeploy(String)
public void redeploy(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 |