|
Class Summary |
| ApplicationInfo |
Information about a running application. |
| ApplicationRegistry |
Registry for deployed Applications
TODO : dochez
this class needs to go, I think we should use the configured tree (applications)
to store this list. |
| ContainerRegistry |
The container Registry holds references to the currently running containers. |
| EngineInfo<T extends Container,U extends ApplicationContainer> |
This class holds information about a particular container such as a reference
to the sniffer, the container itself and the list of applications deployed in
that container. |
| EngineRef |
When a module is attached to a LoadedEngine, it creates an Engine reference. |
| ModuleInfo |
Each module of an application has an associated module info instance keeping
the list of engines in which that module is loaded. |
| ProgressTracker |
Simple tracker objects to remember what operations were performed |