|
Public Member Functions |
| | AdministratorClient (ORB theOrb, Logger theLogger) |
| void | client_logged_in (ClientInfo info, long timeStamp, long executionId) |
| void | client_logged_out (int h, long timeStamp) |
| void | component_activated (ComponentInfo info, long timeStamp, long executionId) |
| void | component_deactivated (int h, long timeStamp) |
| void | components_released (int[] clients, int[] components, long timeStamp) |
| void | components_requested (int[] clients, int[] components, long timeStamp) |
| void | container_logged_in (ContainerInfo info, long timeStamp, long executionId) |
| void | container_logged_out (int h, long timeStamp) |
| AuthenticationData | authenticate (long executionId, String question) |
| void | components_available (ComponentInfo[] components) |
| void | components_unavailable (String[] component_names) |
| void | disconnect () |
| void | message (short type, String message) |
| void | taggedmessage (short type, short messageID, String message) |
| String | name () |
| boolean | ping () |
| void | connectToManager () throws Exception |
| String | getManagerLoc () |
| ContainerInfo[] | retrieveContainerInfo (String name_wildcard) throws Exception |
| ClientInfo[] | retrieveClientInfo (String name_wildcard) throws Exception |
| ComponentInfo[] | retrieveComponentInfo (String name_wildcard) throws Exception |
| void | addLogListener (LogLevelListener l) |
| Manager | getManagerRef () |
| void | interruptManagerBusy () |
Private Member Functions |
| ComponentInfo | getComponentInfo (String name) throws Exception |
| ComponentInfo | getComponentInfo (int handle) throws Exception |
Private Attributes |
| Manager | managerRef = null |
| String | managerLoc = null |
| ORB | orb = null |
| Logger | logger = null |
| ClientInfo | administratorInfo |
| LogLevelListener | listener = null |
| volatile boolean | interrupted |
| ManagerBusyDlg | busyDlg = null |
| long | startTime = System.currentTimeMillis() |
| long | executionId = 0 |