org.apache.avalon.excalibur.component
Interface RoleManageable

All Known Implementing Classes:
ExcaliburComponentManager, ExcaliburComponentSelector

public interface RoleManageable

RoleManageable Interface, use this to set the RoleManagers for child Components.

Since:
4.0
Version:
CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:27 $
Author:
Berin Loritsch

Method Summary
 void setRoleManager(RoleManager roles)
          Sets the RoleManager for child components.
 

Method Detail

setRoleManager

public void setRoleManager(RoleManager roles)
Sets the RoleManager for child components. Can be for special purpose components, however it is used mostly internally.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.