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 | |
final long | serialVersionUID = -4699536769730108070L |
|
Constructor for AdministratorProxy.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Implements com::cosylab::acs::maci::Administrator.
|
|
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|
|
Returns the client.
Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
|
|
Reconstitute the Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|
|
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.
|
|
Save the state of the Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
|
|
CORBA reference. |
|
Serial version UID. Reimplemented from com::cosylab::acs::maci::plug::ClientProxy.
Reimplemented in com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|