org.apache.avalon.fortress.impl.role
Class ECMMetaInfoManager

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.avalon.fortress.impl.role.AbstractMetaInfoManager
          extended by org.apache.avalon.fortress.impl.role.ECMMetaInfoManager
All Implemented Interfaces:
MetaInfoManager, org.apache.avalon.framework.logger.LogEnabled

public final class ECMMetaInfoManager
extends AbstractMetaInfoManager

ECMMetaInfoManager

Version:
CVS Revision: 1.1 $
Author:
Avalon Development Team

Field Summary
 
Fields inherited from interface org.apache.avalon.fortress.MetaInfoManager
ROLE
 
Constructor Summary
ECMMetaInfoManager()
          Create a ECMMetaInfoManager.
ECMMetaInfoManager(MetaInfoManager parent)
          Create a ServiceMetaManager with a parent.
ECMMetaInfoManager(MetaInfoManager parent, ClassLoader loader)
          Create a ECMMetaInfoManager with the supplied classloader and parent Rr.
 
Method Summary
 void addSelectorComponent(String role, String hint, String className, String handlerClassName)
          Add a component defined inside a selector
 
Methods inherited from class org.apache.avalon.fortress.impl.role.AbstractMetaInfoManager
addComponent, getLoader, getMetaInfoForClassname, getMetaInfoForShortName, isAlreadyAdded
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECMMetaInfoManager

public ECMMetaInfoManager()
Create a ECMMetaInfoManager.


ECMMetaInfoManager

public ECMMetaInfoManager(MetaInfoManager parent)
Create a ServiceMetaManager with a parent.

Parameters:
parent -

ECMMetaInfoManager

public ECMMetaInfoManager(MetaInfoManager parent,
                          ClassLoader loader)
Create a ECMMetaInfoManager with the supplied classloader and parent Rr.

Parameters:
parent -
loader -
Method Detail

addSelectorComponent

public final void addSelectorComponent(String role,
                                       String hint,
                                       String className,
                                       String handlerClassName)
Add a component defined inside a selector



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.