import "maci.idl";
Inheritance diagram for maci::Administrator:
Public Member Functions | |
oneway void | client_logged_in (in ClientInfo info, in ACS::Time timestamp, in ExecutionId execution_id) |
oneway void | client_logged_out (in Handle h, in ACS::Time timestamp) |
oneway void | container_logged_in (in ContainerInfo info, in ACS::Time timestamp, in ExecutionId execution_id) |
oneway void | container_logged_out (in Handle h, in ACS::Time timestamp) |
oneway void | components_requested (in HandleSeq clients, in HandleSeq components, in ACS::Time timestamp) |
oneway void | components_released (in HandleSeq clients, in HandleSeq components, in ACS::Time timestamp) |
oneway void | component_activated (in ComponentInfo info, in ACS::Time timestamp, in ExecutionId execution_id) |
oneway void | component_deactivated (in Handle h, in ACS::Time timestamp) |
|
Notification that a client has just logged in. Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that a client has just logged out. Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that some component has just been activated (through Container::activate_component). Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that some component has just been deactivated (through Container::activate_decomponent). Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that some components have just been released (through release_component or release_components). Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that some components have just been requested (through get_component or get_components). Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that a container has just logged in. Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|
|
Notification that a client has just logged out. Notice that this is a oneway method and therefore there cannot be return values or user exceptions. Only CORBA runtime exceptions due to communication issues can be thrown
|