At 11:47 20/3/01 +0100, Ricardo Rocha wrote:
>Ok, to me this sounds like we've validated the RoleInfo interface...
How about
public interface RoleManager
{
String lookup( String hint );
String[] getHints();
}
public interface CocoonRoleManager
extends RoleManager
{
String getRoleImplementation( String role );
}
Cheers,
Pete
*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof." |
| - John Kenneth Galbraith |
*-----------------------------------------------------*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]