Public Member Functions | |
ContainerTestUtil (ContainerServices cs, AcsManagerProxy managerProxy) | |
void | loginToManager () throws AcsJContainerEx |
void | logoutFromManager () |
LoggingConfigurable | getContainerLoggingIF (String containerName) throws AcsJContainerEx, NoPermissionEx |
String | resolveContainerName (String componentName) throws AcsJContainerEx, NoPermissionEx |
List< ContainerInfo > | getAllContainerInfos () throws NoPermissionEx, AcsJContainerEx |
Private Attributes | |
final ContainerServices | containerServices |
final AcsLogger | logger |
final AcsManagerProxy | managerProxy |
AcsManagerProxy | adminProxy |
|
The constructor only stores the parameters. You must call loginToManager() explicitly before using the other methods. Make sure to call logoutFromManager() when done. |
|
|
|
Gets a reference to the LoggingConfigurableOperations interface of a container with a given name. Note that only in test code like here we are allowed to talk directly with the manager. For operational code, the ContainerServices methods must be used and extended if necessary.
|
|
|
|
|
|
Gets the name of the container running (or configured to run) the component of the given name. |
|
|
|
|
|
|
|
|