Public Member Functions | |
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 |
|
Notification that a client has just logged in.
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that a client has just logged out.
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that some component has just been activated (through Container.activate_component).
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that some component has just been deactivated (through Container.deactivate_component).
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that some components have just been requested (through get_component or get_components).
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that some components have just been released (through release_component or release_components).
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that an container has just logged in.
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|
|
Notification that a container has just logged out.
Implemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::test::TestAdministrator.
|