| Package | Description |
|---|---|
| org.apache.avalon.excalibur.component |
Extended component management services.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultComponentFactory |
DefaultComponentHandler.m_factory
Deprecated.
The instance of the ComponentFactory that creates and disposes of the Component
|
private DefaultComponentFactory |
ThreadSafeComponentHandler.m_factory
Deprecated.
|
private DefaultComponentFactory |
PoolableComponentHandler.m_factory
Deprecated.
The instance of the ComponentFactory that creates and disposes of the Component
|
| Constructor and Description |
|---|
DefaultComponentHandler(DefaultComponentFactory factory,
org.apache.avalon.framework.configuration.Configuration config)
Deprecated.
Create a DefaultComponentHandler which manages a pool of Components
created by the specified factory object.
|
PoolableComponentHandler(DefaultComponentFactory factory,
org.apache.avalon.framework.configuration.Configuration config)
Deprecated.
Create a PoolableComponentHandler which manages a pool of Components
created by the specified factory object.
|
ThreadSafeComponentHandler(DefaultComponentFactory factory,
org.apache.avalon.framework.configuration.Configuration config)
Deprecated.
Create a ThreadSafeComponentHandler which manages a pool of Components
created by the specified factory object.
|