|
Public Member Functions |
| TestAdministrator (String name, ClientType type, boolean monitorNotifications) |
| TestAdministrator (String name) |
| TestAdministrator (String name, boolean monitorNotifications) |
void | containerLoggedIn (ContainerInfo info, long timeStamp, long executionId) throws RemoteException |
void | containerLoggedOut (int handle, long timeStamp) throws RemoteException |
void | clientLoggedIn (ClientInfo info, long timeStamp, long executionId) throws RemoteException |
void | clientLoggedOut (int handle, long timeStamp) throws RemoteException |
void | components_released (int[] clients, int[] components, long timeStamp) throws RemoteException |
void | components_requested (int[] clients, int[] components, long timeStamp) throws RemoteException |
void | component_activated (ComponentInfo info, long timeStamp, long executionId) throws RemoteException |
void | component_deactivated (int handle, long timeStamp) throws RemoteException |
String | toString () |
ArrayList | getClientLoggedInNotifications () |
ArrayList | getClientLoggedOutNotifications () |
ArrayList | getContainerLoggedInNotifications () |
ArrayList | getContainerLoggedOutNotifications () |
Protected Attributes |
ArrayList | clientLoggedInNotifications = null |
ArrayList | clientLoggedOutNotifications = null |
ArrayList | containerLoggedInNotifications = null |
ArrayList | containerLoggedOutNotifications = null |