Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.component.manager | |
org.codehaus.plexus.lifecycle |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
ContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
ContainerConfiguration |
DefaultContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
Modifier and Type | Field and Description |
---|---|
private LifecycleHandler |
AbstractComponentManager.lifecycleHandler |
Modifier and Type | Method and Description |
---|---|
LifecycleHandler |
AbstractComponentManager.getLifecycleHandler() |
LifecycleHandler |
ComponentManager.getLifecycleHandler()
Deprecated.
use start instead
|
Modifier and Type | Method and Description |
---|---|
<T> ComponentManager<T> |
ComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
java.lang.String role,
java.lang.String roleHint)
Creates a new component manager for the specified component descriptor.
|
ComponentManager<?> |
SingletonComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor componentDescriptor,
java.lang.String role,
java.lang.String roleHint) |
ComponentManager<?> |
PerLookupComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor componentDescriptor,
java.lang.String role,
java.lang.String roleHint) |
Constructor and Description |
---|
AbstractComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
java.lang.String role,
java.lang.String roleHint) |
PerLookupComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
java.lang.String role,
java.lang.String roleHint) |
SingletonComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
java.lang.String role,
java.lang.String roleHint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifecycleHandler |
class |
BasicLifecycleHandler |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,LifecycleHandler> |
DefaultLifecycleHandlerManager.lifecycleHandlers |
Modifier and Type | Method and Description |
---|---|
LifecycleHandler |
LifecycleHandlerManager.getLifecycleHandler(java.lang.String id) |
LifecycleHandler |
DefaultLifecycleHandlerManager.getLifecycleHandler(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
void |
DefaultLifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler) |