util package includes general unities supporting configuration and context management.See: Description
| Interface | Description |
|---|---|
| ContextManagerConstants |
Provides constants used to access the Context object for containers.
|
| Class | Description |
|---|---|
| CommandSink |
Created by IntelliJ IDEA.
|
| ContextManager |
You can get two different contexts from the ContextManager:
the container context (m_childContext)
and the container manager context (m_containerManagerContext)
|
| ContextManager.EAServiceManager |
This is a compatibility thing for early adopters of Fortress so that they will use the
correct ROLE for the CommandSink.
|
| FortressCommandFailureHandler |
The default CommandFailureHandler used by Fortress to log any
failures encountered while executing commands.
|
| FortressConfig |
Helper class to create a m_context for the ContextManager.
|
| LifecycleExtensionManager |
LifecycleExtensionManager class. |
| LifecycleExtensionManager.UnmodifiableIterator |
Read only iterator.
|
| OverridableContext |
The OverridableContext allows you to "null" out entries, even if they are
in a parent context.
|
| ReflectiveConfigurator |
A creator that configures a component based on reflection.
|
| Service |
This class handles looking up service providers on the class path.
|
| Exception | Description |
|---|---|
| CompositeException |
This is an exception made up of one or more subexceptions.
|
The util package includes general unities supporting configuration and context management.
The contents of this package are not a part of the fortress client API.