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. |
ROLE
static final java.lang.String ROLE
- The Avalon service role.
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.