fortress package contains an implementation of a component containment system that follows the ECM
semantic concerning component resolution.See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|