

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 |
Private Member Functions | |
| void | writeObject (ObjectOutputStream stream) throws IOException |
| void | readObject (ObjectInputStream stream) throws IOException, ClassNotFoundException |
Static Private Attributes | |
| static final long | serialVersionUID = -4699536769730108070L |
CORBA Administrator Proxy.
| com::cosylab::acs::maci::plug::AdministratorProxy::AdministratorProxy | ( | si.ijs.maci.Administrator | administrator | ) | [inline] |
Constructor for AdministratorProxy.
| administrator | CORBA reference, non-null. |
References 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 [inline] |
Implements com::cosylab::acs::maci::Administrator.
References administrator.
| void com::cosylab::acs::maci::plug::AdministratorProxy::clientLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References administrator.
| void com::cosylab::acs::maci::plug::AdministratorProxy::component_activated | ( | ComponentInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References administrator, and com::cosylab::acs::maci::Administrator::component_activated().
| void com::cosylab::acs::maci::plug::AdministratorProxy::component_deactivated | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
| void com::cosylab::acs::maci::plug::AdministratorProxy::components_released | ( | int[] | clients, | |
| int[] | components, | |||
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References 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 [inline] |
Implements com::cosylab::acs::maci::Administrator.
References 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 [inline] |
Implements com::cosylab::acs::maci::Administrator.
References administrator, and getClient().
| void com::cosylab::acs::maci::plug::AdministratorProxy::containerLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References administrator.
| boolean com::cosylab::acs::maci::plug::AdministratorProxy::equals | ( | Object | obj | ) | [inline] |
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
References administrator.
| si.ijs.maci.Client com::cosylab::acs::maci::plug::AdministratorProxy::getClient | ( | ) | [inline] |
Returns the client.
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
References administrator.
Referenced by containerLoggedIn().
| void com::cosylab::acs::maci::plug::AdministratorProxy::readObject | ( | ObjectInputStream | stream | ) | throws IOException, ClassNotFoundException [inline, private] |
Reconstitute the ContainerProxy instance from a stream (that is, deserialize it).
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
References administrator, com::cosylab::acs::maci::plug::CORBAReferenceSerializator::deserialize(), and com::cosylab::acs::maci::plug::ClientProxy::ior.
| String com::cosylab::acs::maci::plug::AdministratorProxy::toString | ( | ) | [inline] |
Returns a single-line rendition of this instance into text.
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
References administrator.
| void com::cosylab::acs::maci::plug::AdministratorProxy::writeObject | ( | ObjectOutputStream | stream | ) | throws IOException [inline, private] |
Save the state of the ContainerProxy instance to a stream (that is, serialize it).
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
References com::cosylab::acs::maci::plug::ClientProxy::ior.
si.ijs.maci.Administrator com::cosylab::acs::maci::plug::AdministratorProxy::administrator [protected] |
CORBA reference.
Referenced by AdministratorProxy(), clientLoggedIn(), clientLoggedOut(), component_activated(), component_deactivated(), components_released(), components_requested(), containerLoggedIn(), containerLoggedOut(), com::cosylab::acs::maci::plug::SynchronousAdministratorProxy::equals(), equals(), getClient(), com::cosylab::acs::maci::plug::SynchronousAdministratorProxy::readObject(), readObject(), com::cosylab::acs::maci::plug::SynchronousAdministratorProxy::SynchronousAdministratorProxy(), com::cosylab::acs::maci::plug::SynchronousAdministratorProxy::toString(), and toString().
final long com::cosylab::acs::maci::plug::AdministratorProxy::serialVersionUID = -4699536769730108070L [static, private] |
Serial version UID.
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
1.6.2