| Interface | Description |
|---|---|
| IMaciSupervisor |
| Class | Description |
|---|---|
| Firestarter | |
| GuiMaciSupervisor |
This MaciSupervisor sub class is particularly suitable for Guis like the
DeploymentTree, it offers various convenience methods that do not exist in the standard
MaciSupervisor.
|
| MaciInfo | |
| MaciInfo.FolderInfo |
Used as the userobject for the nodes "containers", "client applications", "components"
|
| MaciInfo.InfoDetail | |
| MaciInfo.SortingTreeNode | |
| MaciSupervisor |
| Exception | Description |
|---|---|
| Firestarter.OrbInitException | |
| IMaciSupervisor.CannotRetrieveManagerException |
Can happen when trying to log in to the manager.
|
| IMaciSupervisor.CorbaNoPermissionException |
Can happen when trying to shutdown the manager.
|
| IMaciSupervisor.CorbaNotExistException |
Can happen when trying to log in to the manager.
|
| IMaciSupervisor.CorbaTransientException |
Can happen at every access to the manager.
|
| IMaciSupervisor.CorbaUnknownException |
Can happen when releasing a component that wasn't activated before.
|
| IMaciSupervisor.MaciSupervisorException |
Base class of the exceptions we're creating ourselves.
|
| IMaciSupervisor.NotConnectedToManagerException |
Can happen at every access to the manager.
|
| IMaciSupervisor.UnknownErrorException |