public interface LifecycleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
end(Object component,
ComponentManager manager) |
String |
getId() |
void |
initialize() |
void |
resume(Object component,
ComponentManager manager) |
void |
start(Object component,
ComponentManager manager) |
void |
suspend(Object component,
ComponentManager manager) |
String getId()
void start(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionExceptionvoid suspend(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionExceptionvoid resume(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionExceptionvoid end(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionExceptionvoid initialize()