public interface LifecycleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addBeginSegment(Phase phase) |
void |
addEndSegment(Phase phase) |
void |
end(java.lang.Object component,
ComponentManager manager)
Deprecated.
|
void |
end(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm componentContextRealm) |
java.lang.String |
getId() |
void |
initialize()
initialize.
|
void |
start(java.lang.Object component,
ComponentManager manager)
Deprecated.
|
void |
start(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
java.lang.String getId()
void start(java.lang.Object component,
ComponentManager manager)
throws PhaseExecutionException
component - The component.manager - The ComponentManagerPhaseExecutionException - in case of an error.void start(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PhaseExecutionException
component - The component.manager - The ComponentManagerrealm - The ClassRealm.PhaseExecutionException - in case of an error.void end(java.lang.Object component,
ComponentManager manager)
throws PhaseExecutionException
component - The component.manager - The ComponentManagerPhaseExecutionException - in case of an error.void end(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm componentContextRealm)
throws PhaseExecutionException
component - The component.manager - The ComponentManagercomponentContextRealm - the realm used to create the component, which may not be the component's realm; this
component could have requirements that were satisfied using components from this realm. It could be
used to lookup the same manager components that were used to start the component.PhaseExecutionException - in case of an error.void initialize()