Public Member Functions | |
| ClientImpl (String name) | |
| 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 |
| int | getHandle () |
| String | getName () |
| void | setHandle (int handle) |
| void | setName (String name) |
| String | getRemoteLocation () throws RemoteException |
| void | release () |
| String | toString () |
Package Attributes | |
| String | name |
| int | handle |
| com.cosylab.acs.maci.plug.ClientImpl.ClientImpl | ( | String | name | ) |
Implementation of Client.
| name | name of the client |
| AuthenticationData com.cosylab.acs.maci.plug.ClientImpl.authenticate | ( | long | executionId, | |
| String | question | |||
| ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.authenticate().
| void com.cosylab.acs.maci.plug.ClientImpl.components_available | ( | ComponentInfo[] | cobs | ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.components_available().
| void com.cosylab.acs.maci.plug.ClientImpl.components_unavailable | ( | String[] | cobs | ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.components_unavailable().
| void com.cosylab.acs.maci.plug.ClientImpl.disconnect | ( | ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.disconnect().
| int com.cosylab.acs.maci.plug.ClientImpl.getHandle | ( | ) |
Returns the handle.
References com.cosylab.acs.maci.plug.ClientImpl.handle.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.getComponent(), com.cosylab.acs.maci.plug.ClientProxyImpl.logout(), and com.cosylab.acs.maci.plug.ClientProxyImpl.releaseComponent().
| String com.cosylab.acs.maci.plug.ClientImpl.getName | ( | ) |
Returns the name.
References com.cosylab.acs.maci.plug.ClientImpl.name.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.name().
| String com.cosylab.acs.maci.plug.ClientImpl.getRemoteLocation | ( | ) | throws RemoteException |
Get location string (host).
Implements com.cosylab.acs.maci.Client.
| void com.cosylab.acs.maci.plug.ClientImpl.message | ( | MessageType | type, | |
| String | message | |||
| ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.message().
| String com.cosylab.acs.maci.plug.ClientImpl.name | ( | ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
References com.cosylab.acs.maci.plug.ClientImpl.name.
Referenced by com.cosylab.acs.maci.plug.ClientImpl.toString().
| boolean com.cosylab.acs.maci.plug.ClientImpl.ping | ( | ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.ping().
| void com.cosylab.acs.maci.plug.ClientImpl.release | ( | ) |
Release remote resources of this object.
| RemoteException |
Implements com.cosylab.acs.maci.Client.
| void com.cosylab.acs.maci.plug.ClientImpl.setHandle | ( | int | handle | ) |
Sets the handle.
| handle | The handle to set |
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.login(), and com.cosylab.acs.maci.plug.ClientProxyImpl.logout().
| void com.cosylab.acs.maci.plug.ClientImpl.setName | ( | String | name | ) |
Sets the name.
| name | The name to set |
| void com.cosylab.acs.maci.plug.ClientImpl.taggedmessage | ( | MessageType | type, | |
| short | id, | |||
| String | message | |||
| ) | throws RemoteException |
Implements com.cosylab.acs.maci.Client.
Referenced by com.cosylab.acs.maci.plug.ClientProxyImpl.taggedmessage().
| String com.cosylab.acs.maci.plug.ClientImpl.toString | ( | ) |
Returns a single-line rendition of this instance into text.
References com.cosylab.acs.maci.plug.ClientImpl.handle, and com.cosylab.acs.maci.plug.ClientImpl.name().
int com.cosylab.acs.maci.plug.ClientImpl.handle [package] |
Client handle.
Referenced by com.cosylab.acs.maci.plug.ClientImpl.getHandle(), and com.cosylab.acs.maci.plug.ClientImpl.toString().
String com.cosylab.acs.maci.plug.ClientImpl.name [package] |
Client name.
Referenced by com.cosylab.acs.maci.plug.ClientImpl.getName(), and com.cosylab.acs.maci.plug.ClientImpl.name().
1.7.0