|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentHandler | |
org.apache.avalon.fortress.impl |
The fortress.impl package contains the containment abstraction of the Fortress system
|
org.apache.avalon.fortress.impl.handler |
The handler package includes the lifestyle support systems. |
Uses of ComponentHandler in org.apache.avalon.fortress.impl |
Methods in org.apache.avalon.fortress.impl that return ComponentHandler | |
ComponentHandler |
ComponentHandlerEntry.getHandler()
Return the handler that entry manages. |
Constructors in org.apache.avalon.fortress.impl with parameters of type ComponentHandler | |
ComponentHandlerEntry(ComponentHandler handler,
ComponentHandlerMetaData metaData)
Create an entry for a particular handler. |
Uses of ComponentHandler in org.apache.avalon.fortress.impl.handler |
Classes in org.apache.avalon.fortress.impl.handler that implement ComponentHandler | |
class |
AbstractComponentHandler
AbstractComponentHandler class, ensures components are initialized and destroyed correctly. |
class |
FactoryComponentHandler
The FactoryComponentHandler to make sure components are initialized and destroyed correctly. |
class |
LEAwareComponentHandler
A ComponentHandler that delegates to underlying handler but also calls relevent Lifecycle Extension handlers at the right time. |
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. |
Methods in org.apache.avalon.fortress.impl.handler that return ComponentHandler | |
ComponentHandler |
PrepareHandlerCommand.getHandler()
Returns a reference to the ComponentHandler being prepared. |
Methods in org.apache.avalon.fortress.impl.handler with parameters of type ComponentHandler | |
void |
ReleasableComponent.initialize(ComponentHandler handler)
Initialize this component with the corresponding component handler. |
void |
AbstractReleasableComponent.initialize(ComponentHandler handler)
|
Constructors in org.apache.avalon.fortress.impl.handler with parameters of type ComponentHandler | |
PrepareHandlerCommand(ComponentHandler handler,
Logger logger)
Creation of a new prepare handler command. |
|
LEAwareComponentHandler(ComponentHandler componentHandler,
LifecycleExtensionManager extManager,
Context context)
Creation of a new handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |