|
Equalizer 1.1.3-git
|
The client represents the admin tool as a co::Node to the cluster. More...
#include <client.h>
Inheritance diagram for eq::admin::Client:
Collaboration diagram for eq::admin::Client:Public Member Functions | |
| EQADMIN_API | Client () |
| Construct a new client. | |
| virtual EQADMIN_API | ~Client () |
| Destruct the client. | |
| EQADMIN_API bool | connectServer (ServerPtr server) |
| Open and connect an Equalizer server to the local client. | |
| EQADMIN_API bool | disconnectServer (ServerPtr server) |
| Disconnect and close the connection to an Equalizer server. | |
| virtual co::CommandQueue * | getMainThreadQueue () |
The client represents the admin tool as a co::Node to the cluster.
The methods initLocal() and exitLocal() should be used to set up and exit the listening node instance for each application process.
Definition at line 38 of file admin/client.h.
| EQADMIN_API eq::admin::Client::Client | ( | ) |
| virtual EQADMIN_API eq::admin::Client::~Client | ( | ) | [virtual] |
| EQADMIN_API bool eq::admin::Client::connectServer | ( | ServerPtr | server | ) |
Open and connect an Equalizer server to the local client.
The client has to be in the listening state, see initLocal().
| server | the server. |
| EQADMIN_API bool eq::admin::Client::disconnectServer | ( | ServerPtr | server | ) |
Disconnect and close the connection to an Equalizer server.
| server | the server. |
| virtual co::CommandQueue* eq::admin::Client::getMainThreadQueue | ( | ) | [inline, virtual] |
Implements eq::fabric::Client.
Definition at line 68 of file admin/client.h.
1.1.3-git by
1.7.4