public interface LifecycleHandler
Modifier and Type | Method and Description |
---|---|
void |
addBeginSegment(Phase phase) |
void |
addEndSegment(Phase phase) |
void |
end(Object component,
ComponentManager manager)
Deprecated.
|
void |
end(Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm componentContextRealm) |
String |
getId() |
void |
initialize() |
void |
start(Object component,
ComponentManager manager)
Deprecated.
|
void |
start(Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
String getId()
void addBeginSegment(Phase phase)
void addEndSegment(Phase phase)
void start(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionException
void start(Object component, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws PhaseExecutionException
PhaseExecutionException
void end(Object component, ComponentManager manager) throws PhaseExecutionException
PhaseExecutionException
void end(Object component, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm componentContextRealm) throws PhaseExecutionException
component
- manager
- componentContextRealm
- 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
void initialize()
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.