|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface ApplicationLifecycleInterceptor
This class provides a call back mechanism at different points of the application lifecycle.
| Method Summary | |
|---|---|
void |
after(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back after a certain phase of the application lifecycle |
void |
before(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back before a certain phase of the application lifecycle |
| Method Detail |
|---|
void before(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
phase - the application lifecycle phase which the call back will
happen beforecontext - the deployment context
void after(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
phase - the application lifecycle phase which the call back will
happen aftercontext - the deployment context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||