|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogkitLoggerManager | |
org.apache.avalon.excalibur.component | Extended component management services. |
Uses of LogkitLoggerManager in org.apache.avalon.excalibur.component |
Methods in org.apache.avalon.excalibur.component with parameters of type LogkitLoggerManager | |
protected ComponentHandler |
ExcaliburComponentSelector.getComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roleManager,
LogkitLoggerManager logkitManager)
Deprecated. Obtain a new ComponentHandler for the specified component. |
protected ComponentHandler |
ExcaliburComponentManager.getComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
Context context,
RoleManager roleManager,
LogkitLoggerManager logkitManager)
Deprecated. Obtain a new ComponentHandler for the specified component. |
static ComponentHandler |
ComponentHandler.getComponentHandler(java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roleManager,
LogkitLoggerManager loggerManager)
Deprecated. This method has been deprecated in favor of the version below which handles instrumentation. |
static ComponentHandler |
ComponentHandler.getComponentHandler(java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roleManager,
LogkitLoggerManager loggerManager,
InstrumentManager instrumentManager,
java.lang.String instrumentableName)
Deprecated. Looks up and returns a component handler for a given component class. |
static ComponentHandler |
ComponentHandler.getComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roleManager,
LogkitLoggerManager loggerManager)
Deprecated. This method has been deprecated in favor of the version below which handles instrumentation. |
static ComponentHandler |
ComponentHandler.getComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roleManager,
LogkitLoggerManager loggerManager,
InstrumentManager instrumentManager,
java.lang.String instrumentableName)
Deprecated. Looks up and returns a component handler for a given component class. |
Constructors in org.apache.avalon.excalibur.component with parameters of type LogkitLoggerManager | |
ThreadSafeComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration config,
ComponentManager manager,
Context context,
RoleManager roles,
LogkitLoggerManager logkit)
Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded. |
|
PoolableComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration config,
ComponentManager manager,
Context context,
RoleManager roles,
LogkitLoggerManager logkit)
Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded. |
|
DefaultComponentHandler(java.lang.String role,
java.lang.Class componentClass,
Configuration config,
ComponentManager manager,
Context context,
RoleManager roles,
LogkitLoggerManager logkit)
Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded. |
|
DefaultComponentFactory(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roles,
LogkitLoggerManager loggerManager)
Deprecated. This constructor has been deprecated in favor of the version below which handles instrumentation. |
|
DefaultComponentFactory(java.lang.String role,
java.lang.Class componentClass,
Configuration configuration,
ComponentManager componentManager,
Context context,
RoleManager roles,
LogkitLoggerManager loggerManager,
InstrumentManager instrumentManager,
java.lang.String instrumentableName)
Deprecated. Construct a new component factory for the specified component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |