This project has retired. For details please refer to its Attic page.

org.apache.lenya.ac
Interface AccreditableManagerFactory


public interface AccreditableManagerFactory

Factory to produce accreditable managers.


Field Summary
static java.lang.String ROLE
          The Avalon service role.
 
Method Summary
 AccreditableManager getAccreditableManager(org.apache.avalon.framework.configuration.Configuration config)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
The Avalon service role.

Method Detail

getAccreditableManager

AccreditableManager getAccreditableManager(org.apache.avalon.framework.configuration.Configuration config)
                                           throws org.apache.avalon.framework.configuration.ConfigurationException
Parameters:
config - The configuration.
Returns:
An accreditable manager for a certain configuration.
Throws:
org.apache.avalon.framework.configuration.ConfigurationException - if the configuration failed.


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.