public interface ApplicationLifecycle<E extends RequestContext>
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy(Application app) |
void |
onEndRequest(Application app,
E context) |
void |
onFailRequest(Application app,
E context,
RequestFailure failureType) |
void |
onInit(Application app) |
void |
onStartRequest(Application app,
E context) |
void onInit(Application app) throws Exception
Exceptionvoid onStartRequest(Application app, E context) throws Exception
Exceptionvoid onFailRequest(Application app, E context, RequestFailure failureType)
void onEndRequest(Application app, E context) throws Exception
Exceptionvoid onDestroy(Application app) throws Exception
ExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.