Public Member Functions | |
TestClient (String name) | |
TestClient (String name, ClientType type) | |
TestClient (String name, ClientType type, boolean recover) | |
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 |
boolean | isOperative () |
void | setOperative (boolean operative) |
int | getHandle () |
String | getName () |
void | setHandle (int handle) |
HashMap | getComponents () |
String | getRemoteLocation () throws RemoteException |
Package Attributes | |
String | name |
ClientType | type |
boolean | recover |
boolean | operative = true |
int | handle |
HashMap | components = new HashMap() |
|
Constructor for TestClient.
|
|
Constructor for TestClient.
|
|
Constructor for TestClient.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Returns the cobs.
|
|
Returns the handle.
|
|
Returns the name.
|
|
Get location string (host). Implements com::cosylab::acs::maci::Client.
|
|
Returns the operative.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
Sets the handle.
|
|
Sets the operative.
|
|
Implements com::cosylab::acs::maci::Client.
|
|
List of owned components. |
|
Client handle. |
|
Client name. |
|
Client operation status. This is the value which method ping() will return. |
|
Recover flag. |
|
Client type. |