Public Member Functions | |
| AdministratorProxy (si.ijs.maci.Administrator administrator) | |
| 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 |
| si.ijs.maci.Client | getClient () |
| String | toString () |
| boolean | equals (Object obj) |
Protected Attributes | |
| si.ijs.maci.Administrator | administrator |
CORBA Administrator Proxy.
| com.cosylab.acs.maci.plug.AdministratorProxy.AdministratorProxy | ( | si.ijs.maci.Administrator | administrator | ) |
Constructor for AdministratorProxy.
| administrator | CORBA reference, non-null. |
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator, com.cosylab.acs.maci.plug.ClientProxy.ior, and com.cosylab.acs.maci.plug.CORBAReferenceSerializator.serialize().
| void com.cosylab.acs.maci.plug.AdministratorProxy.clientLoggedIn | ( | ClientInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException |
| void com.cosylab.acs.maci.plug.AdministratorProxy.clientLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException |
| void com.cosylab.acs.maci.plug.AdministratorProxy.component_activated | ( | ComponentInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException |
| void com.cosylab.acs.maci.plug.AdministratorProxy.component_deactivated | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException |
| void com.cosylab.acs.maci.plug.AdministratorProxy.components_released | ( | int[] | clients, | |
| int[] | components, | |||
| long | timeStamp | |||
| ) | throws RemoteException |
Implements com.cosylab.acs.maci.Administrator.
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator, and com.cosylab.acs.maci.Administrator.components_released().
| void com.cosylab.acs.maci.plug.AdministratorProxy.components_requested | ( | int[] | clients, | |
| int[] | components, | |||
| long | timeStamp | |||
| ) | throws RemoteException |
Implements com.cosylab.acs.maci.Administrator.
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator, and com.cosylab.acs.maci.Administrator.components_requested().
| void com.cosylab.acs.maci.plug.AdministratorProxy.containerLoggedIn | ( | ContainerInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException |
| void com.cosylab.acs.maci.plug.AdministratorProxy.containerLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException |
| boolean com.cosylab.acs.maci.plug.AdministratorProxy.equals | ( | Object | obj | ) |
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator.
| si.ijs.maci.Client com.cosylab.acs.maci.plug.AdministratorProxy.getClient | ( | ) |
Returns the client.
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator.
Referenced by com.cosylab.acs.maci.plug.AdministratorProxy.containerLoggedIn().
| String com.cosylab.acs.maci.plug.AdministratorProxy.toString | ( | ) |
Returns a single-line rendition of this instance into text.
References com.cosylab.acs.maci.plug.AdministratorProxy.administrator.
si.ijs.maci.Administrator com.cosylab.acs.maci.plug.AdministratorProxy.administrator [protected] |
CORBA reference.
Referenced by com.cosylab.acs.maci.plug.AdministratorProxy.AdministratorProxy(), com.cosylab.acs.maci.plug.AdministratorProxy.clientLoggedIn(), com.cosylab.acs.maci.plug.AdministratorProxy.clientLoggedOut(), com.cosylab.acs.maci.plug.AdministratorProxy.component_activated(), com.cosylab.acs.maci.plug.AdministratorProxy.component_deactivated(), com.cosylab.acs.maci.plug.AdministratorProxy.components_released(), com.cosylab.acs.maci.plug.AdministratorProxy.components_requested(), com.cosylab.acs.maci.plug.AdministratorProxy.containerLoggedIn(), com.cosylab.acs.maci.plug.AdministratorProxy.containerLoggedOut(), com.cosylab.acs.maci.plug.SynchronousAdministratorProxy.equals(), com.cosylab.acs.maci.plug.AdministratorProxy.equals(), com.cosylab.acs.maci.plug.AdministratorProxy.getClient(), com.cosylab.acs.maci.plug.SynchronousAdministratorProxy.SynchronousAdministratorProxy(), com.cosylab.acs.maci.plug.SynchronousAdministratorProxy.toString(), and com.cosylab.acs.maci.plug.AdministratorProxy.toString().
1.7.0