Public Member Functions | |
ClientProxy (si.ijs.maci.Client client) | |
AuthenticationData | authenticate (long executionId, String question) throws RemoteException |
void | components_available (ComponentInfo[] cobs) throws RemoteException |
void | components_unavailable (String[] cobs) throws RemoteException |
void | disconnect () throws RemoteException |
void | message (MessageType type, String message) throws RemoteException |
void | taggedmessage (MessageType type, short id, String message) throws RemoteException |
String | name () throws RemoteException |
boolean | ping () throws RemoteException |
si.ijs.maci.Client | getClient () |
String | getRemoteLocation () throws RemoteException |
String | toString () |
boolean | equals (Object obj) |
Static Public Member Functions | |
ClientType | toClientType (si.ijs.maci.ClientType type) |
ImplLang | toImplLang (si.ijs.maci.ImplLangType type) |
Protected Attributes | |
si.ijs.maci.Client | client |
String | ior |
Private Member Functions | |
void | writeObject (ObjectOutputStream stream) throws IOException |
void | readObject (ObjectInputStream stream) throws IOException, ClassNotFoundException |
Static Private Attributes | |
final long | serialVersionUID = 5300210586145192795L |
|
Constructor for ClientProxy.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, com::cosylab::acs::maci::plug::ContainerProxy, and com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|
|
Returns the client.
Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::plug::ContainerProxy.
|
|
Get CORBA host/port string. Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Reconstitute the Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, com::cosylab::acs::maci::plug::ContainerProxy, and com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Convert CORBA ClienType to manager type.
|
|
Convert CORBA ImplLang to manager type.
|
|
Returns a single-line rendition of this instance into text.
Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, com::cosylab::acs::maci::plug::ContainerProxy, and com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|
|
Save the state of the Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, and com::cosylab::acs::maci::plug::ContainerProxy.
|
|
CORBA reference. |
|
Cached serialized reference. |
|
Serial version UID. Reimplemented in com::cosylab::acs::maci::plug::AdministratorProxy, com::cosylab::acs::maci::plug::ContainerProxy, and com::cosylab::acs::maci::plug::SynchronousAdministratorProxy.
|