org.apache.avalon.excalibur.component
Interface RoleManageable

All Known Implementing Classes:
ExcaliburComponentManager, ExcaliburComponentSelector

Deprecated. ECM is no longer supported

public interface RoleManageable

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

Since:
4.0
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:14 $
Author:
Avalon Development Team

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

Method Detail

setRoleManager

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



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.