| Package | Description |
|---|---|
| org.apache.avalon.fortress.impl.handler |
The
handler package includes the lifestyle support systems. |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryComponentHandler
The FactoryComponentHandler to make sure components are initialized
and destroyed correctly.
|
class |
PerThreadComponentHandler
The PerThreadComponentHandler implements a singleton with a slight difference:
one single instance per thread.
|
class |
PoolableComponentHandler
The PoolableComponentHandler to make sure components are initialized
and destroyed correctly.
|
class |
ThreadSafeComponentHandler
The ThreadSafeComponentHandler to make sure components are initialized
and destroyed correctly.
|