|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Modify
Annotation on a method of a Deployed<D, C>.
The annotated method is called when Deployit wants to
Operation.MODIFY the Deployed in the middleware.
The annotated method should take the following parameters:
DeploymentPlanningContext The Planning ContextDelta The Delta that lead to this Deployed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||