public final class ThreadSafeComponentHandler extends AbstractComponentHandler
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
m_instance |
m_disposed, m_factory, m_logger, m_loggerManager, m_prepared| Constructor and Description |
|---|
ThreadSafeComponentHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispose()
Dispose of the ComponentHandler and any associated Pools and Factories.
|
protected java.lang.Object |
doGet()
Return instance for a get.
|
protected void |
doPrepare()
Initialize the ComponentHandler.
|
dispose, disposeComponent, doPut, get, getComponentClass, initialize, newComponent, prepareHandler, put, service, toStringaddChildInstrumentable, addInstrument, getChildInstrumentables, getInstrumentableName, getInstruments, setInstrumentableNameprotected void doPrepare()
throws java.lang.Exception
doPrepare in class AbstractComponentHandlerjava.lang.Exception - if a handler preparation error occursprotected java.lang.Object doGet()
throws java.lang.Exception
doGet in class AbstractComponentHandlerjava.lang.Exception - if a handler access error occursprotected void doDispose()
doDispose in class AbstractComponentHandler