|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentRuleSet
This interface represents a set of rule that is invoked by deployment managers when orchestrating deployment process.
Method Summary | |
---|---|
boolean |
isDeploymentCreationAllowed(Deployment deployment)
The isDeploymentCreationAllowed method is called by the environment manager when a user wants to ask a new environment update. |
boolean |
isDeploymentEndingAllowed(Deployment deployment)
The isDeploymentEndingAllowed method is called by the environment manager when deployment has begun and user wants to finish it. |
boolean |
isDeploymentPreparationAllowed(Deployment deployment)
The isDeploymentPreparationAllowed method is called by the environment manager when deployment is created and user wants to launch the preparation of it. |
boolean |
isDeploymentRealizationAllowed(Deployment deployment)
The isDeploymentRealizationAllowed method is called by the environment manager when deployment has been prepared and user wants to start it (ie : shutting down services and resources, updating them and restarting them). |
Method Detail |
---|
boolean isDeploymentCreationAllowed(Deployment deployment)
deployment
- The informations on requested deployment
boolean isDeploymentPreparationAllowed(Deployment deployment)
deployment
- The informations on requested deployment
boolean isDeploymentRealizationAllowed(Deployment deployment)
deployment
- The informations on requested deployment
boolean isDeploymentEndingAllowed(Deployment deployment)
deployment
- The informations on requested deployment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |