|
Public Member Functions |
| void | client_logged_in (ClientInfo info, long timestamp, long execution_id) |
| void | client_logged_out (int h, long timestamp) |
| void | container_logged_in (ContainerInfo info, long timestamp, long execution_id) |
| void | container_logged_out (int h, long timestamp) |
| void | components_requested (int[] clients, int[] components, long timestamp) |
| void | components_released (int[] clients, int[] components, long timestamp) |
| void | components_available (ComponentInfo[] arg0) |
| void | components_unavailable (String[] arg0) |
| void | component_activated (ComponentInfo info, long timestamp, long execution_id) |
| void | component_deactivated (int h, long timestamp) |
| String | name () |
| AuthenticationData | authenticate (long execution_id, String question) |
| void | message (short arg0, String arg1) |
| void | taggedmessage (short type, short messageID, String message) |
| boolean | ping () |
| void | disconnect () |
Protected Member Functions |
| Administrator | asCorbaObject (ORB orb) |
Private Attributes |
| Administrator | asCorbaObject |
| final long | startTimeUTClong = UTCUtility.utcJavaToOmg(System.currentTimeMillis()) |
| long | executionId = -1 |