|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EZBDeployer
Interface allowing to deploy/undeploy the EZBDeployable
objects.
Method Summary | |
---|---|
void |
deploy(EZBDeployable deployable)
Deploy a deployable. |
void |
setEmbedded(EZBServer server)
Receive Embedded instance for this deployer. |
void |
undeploy(EZBDeployable deployable)
Undeploy the given deployable. |
Method Detail |
---|
void setEmbedded(EZBServer server)
server
- the given instance of the embedded server.void deploy(EZBDeployable deployable) throws EZBDeployerException
deployable
- a given deployable
EZBDeployerException
- if the deployment is not done.void undeploy(EZBDeployable deployable) throws EZBDeployerException
deployable
- a given deployable to undeploy
EZBDeployerException
- if the undeploy operation fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |