Uses of Interface
org.apache.avalon.fortress.MetaInfoManager

Packages that use MetaInfoManager
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.impl.role The role package includes classes and interfaces supporting the ECM role abstraction. 
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
 

Uses of MetaInfoManager in org.apache.avalon.fortress.impl
 

Fields in org.apache.avalon.fortress.impl declared as MetaInfoManager
protected  MetaInfoManager AbstractContainer.m_metaManager
          contains the impl's RoleManager, which is extracted from m_serviceManager.
 

Uses of MetaInfoManager in org.apache.avalon.fortress.impl.role
 

Classes in org.apache.avalon.fortress.impl.role that implement MetaInfoManager
 class AbstractMetaInfoManager
          Provides the foundation for MetaInfoManagers.
 class ECMMetaInfoManager
          ECMMetaInfoManager
 class Role2MetaInfoManager
          Role2MetaInfoManagerTestCase does XYZ
 class ServiceMetaManager
          ServiceMetaManager follows some simple rules to dynamically gather all services and the meta-information into one role manager.
 

Constructors in org.apache.avalon.fortress.impl.role with parameters of type MetaInfoManager
ServiceMetaManager(MetaInfoManager parent)
          Create a ServiceMetaManager with a parent RoleManager.
ServiceMetaManager(MetaInfoManager parent, java.lang.ClassLoader loader)
          Create a ServiceMetaManager with the supplied classloader and parent RoleManager.
Role2MetaInfoManager(RoleManager manager, MetaInfoManager parent)
           
ECMMetaInfoManager(MetaInfoManager parent)
          Create a ServiceMetaManager with a parent.
ECMMetaInfoManager(MetaInfoManager parent, java.lang.ClassLoader loader)
          Create a ECMMetaInfoManager with the supplied classloader and parent Rr.
AbstractMetaInfoManager(MetaInfoManager parent)
          Create a MetaInfoManager with a parent manager.
AbstractMetaInfoManager(MetaInfoManager parent, java.lang.ClassLoader loader)
          Alternate constructor--this RoleManager has the specified parent.
 

Uses of MetaInfoManager in org.apache.avalon.fortress.util
 

Fields in org.apache.avalon.fortress.util declared as MetaInfoManager
protected  MetaInfoManager ContextManager.m_metaInfoManager
          The MetaInfoManager to be used by the container.
 



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