|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.component.manager.AbstractComponentManager
org.codehaus.plexus.component.manager.PoolableComponentManager
Pools comnponents
| Field Summary | |
private int |
initialCapacity
|
private int |
maxCapacity
|
private int |
minCapacity
|
private SweeperPool |
pool
|
private int |
sweepInterval
|
private int |
triggerSize
|
| Fields inherited from class org.codehaus.plexus.component.manager.AbstractComponentManager |
|
| Constructor Summary | |
PoolableComponentManager()
|
|
| Method Summary | |
void |
dispose()
|
java.lang.Object |
getComponent()
|
void |
initialize()
|
void |
release(java.lang.Object component)
|
| Methods inherited from class org.codehaus.plexus.component.manager.AbstractComponentManager |
connected, copy, createComponentInstance, decrementConnectionCount, endComponentLifecycle, getClassLoader, getComponentDescriptor, getConnections, getId, getLifecycleHandler, getLogger, incrementConnectionCount, resume, setup, startComponentLifecycle, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private SweeperPool pool
private int maxCapacity
private int minCapacity
private int initialCapacity
private int sweepInterval
private int triggerSize
| Constructor Detail |
public PoolableComponentManager()
| Method Detail |
public void initialize()
throws java.lang.Exception
initialize in interface ComponentManagerinitialize in class AbstractComponentManagerjava.lang.Exceptionpublic void release(java.lang.Object component)
ComponentManager.release(Object)public void dispose()
ComponentManager.dispose()
public java.lang.Object getComponent()
throws java.lang.Exception
java.lang.ExceptionComponentManager.getComponent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||