|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.component.manager.AbstractComponentManager<T>
org.codehaus.plexus.component.manager.PerLookupComponentManager<T>
public class PerLookupComponentManager<T>
Creates a new component manager for every lookup
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.component.manager.ComponentManager |
---|
NEXT_START_ID, ROLE |
Constructor Summary | |
---|---|
PerLookupComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor)
|
Method Summary | |
---|---|
void |
dispose()
|
T |
getComponent()
|
void |
release(java.lang.Object component)
|
Methods inherited from class org.codehaus.plexus.component.manager.AbstractComponentManager |
---|
createInstance, destroyInstance, getComponentDescriptor, getContainer, getLifecycleHandler, getStartId, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerLookupComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
Method Detail |
---|
public void dispose() throws ComponentLifecycleException
ComponentLifecycleException
public T getComponent() throws ComponentInstantiationException, ComponentLifecycleException
ComponentInstantiationException
ComponentLifecycleException
public void release(java.lang.Object component) throws ComponentLifecycleException
ComponentLifecycleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |