#include <ClientInterface.h>
Public Member Functions | |
int | Connect (string aHost, int aPort) |
Connects to a remote host. | |
void | Quit () |
disconnects from the server | |
ResponseMessage * | SubmitQuery (QueryMessage *aQuery) |
Submits a query to the server and receives the answer. | |
ResponseMessage * | SubmitQuery (Message *aQuery) |
Submits a query to the server and receives the answer. | |
int | SendDescriptor (string aPath) |
Send an UML task descriptor to the server. | |
int | SendStringDescriptor (string &aDesc) |
Send an UML task descriptor to the server. |
|
Connects to a remote host.
|
|
Send an UML task descriptor to the server.
|
|
Send an UML task descriptor to the server.
|
|
Submits a query to the server and receives the answer.
|
|
Submits a query to the server and receives the answer.
|