public final class PoolableComponentHandler extends AbstractComponentHandler implements org.apache.avalon.framework.configuration.Configurable
| Modifier and Type | Field and Description |
|---|---|
private org.d_haven.mpool.Pool |
m_pool
The pool of components for
Poolable Components |
private org.d_haven.mpool.PoolManager |
m_poolManager
The instance of the PoolManager to create the Pool for the Handler
|
private int |
m_poolMin
The Config element for the poolable
|
m_disposed, m_factory, m_logger, m_loggerManager, m_prepared| Constructor and Description |
|---|
PoolableComponentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Configuration of the handler under which the minimum pool size
is established.
|
protected java.lang.Object |
doGet()
Get a reference of the desired Component
|
protected void |
doPrepare()
Initialize the ComponentHandler.
|
protected void |
doPut(java.lang.Object component)
Return a reference of the desired Component
|
void |
service(org.apache.avalon.framework.service.ServiceManager serviceManager)
Application of suporting services to the handler.
|
dispose, disposeComponent, doDispose, get, getComponentClass, initialize, newComponent, prepareHandler, put, toStringaddChildInstrumentable, addInstrument, getChildInstrumentables, getInstrumentableName, getInstruments, setInstrumentableNameprivate org.d_haven.mpool.PoolManager m_poolManager
private org.d_haven.mpool.Pool m_pool
Poolable Componentsprivate int m_poolMin
public void service(org.apache.avalon.framework.service.ServiceManager serviceManager)
throws org.apache.avalon.framework.service.ServiceException
service in interface org.apache.avalon.framework.service.Serviceableservice in class AbstractComponentHandlerserviceManager - the service managerorg.apache.avalon.framework.service.ServiceException - if a service related error occurspublic void configure(org.apache.avalon.framework.configuration.Configuration configuration)
configure in interface org.apache.avalon.framework.configuration.Configurableconfiguration - the configuration fragmentprotected void doPrepare()
throws java.lang.Exception
doPrepare in class AbstractComponentHandlerjava.lang.Exception - if an error occursprotected java.lang.Object doGet()
throws java.lang.Exception
doGet in class AbstractComponentHandlerjava.lang.Exception - if an error occursprotected void doPut(java.lang.Object component)
doPut in class AbstractComponentHandlercomponent - the component to return to the handler