|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Deployable interface defines the contract for an object that can be deployed. Deployment at this level of abstract concerns the handling of actions proceeding component resolution for a particula appliance instance. Deployment is equivalent to the notion of initialization.
Method Summary | |
void |
decommission()
Invokes the decommissioning phase. |
void |
deploy()
Commission the appliance. |
Method Detail |
public void deploy() throws Exception
Exception
- if a deployment error occurspublic void decommission()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |