

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 |
| String | toString () |
Package Attributes | |
| String | name |
| int | handle |
| com::cosylab::acs::maci::plug::ClientImpl::ClientImpl | ( | String | name | ) | [inline] |
Implementation of Client.
| name | name of the client |
| AuthenticationData com::cosylab::acs::maci::plug::ClientImpl::authenticate | ( | long | executionId, | |
| String | question | |||
| ) | throws RemoteException [inline] |
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 [inline] |
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 [inline] |
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 [inline] |
Implements com::cosylab::acs::maci::Client.
Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::disconnect().
| int com::cosylab::acs::maci::plug::ClientImpl::getHandle | ( | ) | [inline] |
Returns the handle.
References 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 | ( | ) | [inline] |
Returns the name.
References name().
Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::name().
| String com::cosylab::acs::maci::plug::ClientImpl::getRemoteLocation | ( | ) | throws RemoteException [inline] |
Get location string (host).
Implements com::cosylab::acs::maci::Client.
| void com::cosylab::acs::maci::plug::ClientImpl::message | ( | MessageType | type, | |
| String | message | |||
| ) | throws RemoteException [inline] |
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 [inline] |
Implements com::cosylab::acs::maci::Client.
Referenced by getName(), and toString().
| boolean com::cosylab::acs::maci::plug::ClientImpl::ping | ( | ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Client.
Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::ping().
| void com::cosylab::acs::maci::plug::ClientImpl::setHandle | ( | int | handle | ) | [inline] |
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 | ) | [inline] |
Sets the name.
| name | The name to set |
| void com::cosylab::acs::maci::plug::ClientImpl::taggedmessage | ( | MessageType | type, | |
| short | id, | |||
| String | message | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Client.
Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::taggedmessage().
| String com::cosylab::acs::maci::plug::ClientImpl::toString | ( | ) | [inline] |
int com::cosylab::acs::maci::plug::ClientImpl::handle [package] |
Client handle.
Referenced by getHandle(), and toString().
String com::cosylab::acs::maci::plug::ClientImpl::name [package] |
Client name.
1.6.2