Package org.apache.avalon.fortress

The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution.

See:
          Description

Interface Summary
Container The Container is an interface used to mark the Containers in your system.
ContainerConstants Provides constants used to access the Context object for containers.
ContainerManager The ContainerManager is a single point of contact to manage your Container resources.
ContainerManagerConstants Provides constants used to access the Context object for impl managers.
MetaInfoManager MetaInfoManager Interface, use this to specify the Components and how they correspond to easy shorthand names.
RoleManager RoleManager Interface, use this to specify the Components and how they correspond to easy shorthand names.
 

Class Summary
MetaInfoEntry Keeps track of the relationship of all the associated meta data for a component type.
RoleEntry Keeps track of the relationship of all the associated meta data for a component type.
 

Exception Summary
InitializationException This exception is used to indicate something went horribly wrong in the ContainerManager, and it is unable to create a new instance of your Container.
 

Package org.apache.avalon.fortress Description

The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. See for more information.

The contents of this package form the fortress client API.



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