|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleManager | |
org.apache.avalon.excalibur.component | Extended component management services. |
Uses of RoleManager in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement RoleManager | |
class |
DefaultRoleManager
Deprecated. ECM is no longer supported |
Methods in org.apache.avalon.excalibur.component with parameters of type RoleManager | |
void |
RoleManageable.setRoleManager(RoleManager roles)
Deprecated. Sets the RoleManager for child components. |
void |
ExcaliburComponentSelector.setRoleManager(RoleManager roles)
Deprecated. Configure the RoleManager |
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. |
void |
ExcaliburComponentManager.setRoleManager(RoleManager roles)
Deprecated. Configure the RoleManager |
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 RoleManager | |
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. |
|
DefaultRoleManager(RoleManager parent)
Deprecated. Alternate constructor--this RoleManager has the specified parent. |
|
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 |