Uses of Interface
org.apache.avalon.excalibur.component.RoleManager

Packages that use RoleManager
org.apache.avalon.excalibur.component   
 

Uses of RoleManager in org.apache.avalon.excalibur.component
 

Classes in org.apache.avalon.excalibur.component that implement RoleManager
 class DefaultRoleManager
          Default RoleManager implementation.
 

Methods in org.apache.avalon.excalibur.component with parameters of type RoleManager
 void ExcaliburComponentSelector.setRoleManager(RoleManager roles)
          Configure the RoleManager
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
           
 void ExcaliburComponentManager.setRoleManager(RoleManager roles)
          Configure the RoleManager
 void RoleManageable.setRoleManager(RoleManager roles)
          Sets the RoleManager for child components.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type RoleManager
ThreadSafeComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles)
          Construct a new component factory for the specified component.
DefaultRoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.