|
Equalizer 1.1.3-git
|
Proxy object for the connection to an Equalizer server. More...
#include <server.h>
Inheritance diagram for eq::admin::Server:
Collaboration diagram for eq::admin::Server:Public Member Functions | |
| EQADMIN_API | Server () |
| Construct a new server. | |
| virtual EQADMIN_API | ~Server () |
| Destruct the server. | |
| void | map () |
| Map all server data. | |
| void | unmap () |
| Unmap all server data. | |
| EQADMIN_API void | syncConfig (const co::uint128_t &configID, const co::uint128_t &version) |
| Synchronize all sever data. | |
| virtual void | setClient (ClientPtr client) |
| co::CommandQueue * | getMainThreadQueue () |
Proxy object for the connection to an Equalizer server.
Definition at line 38 of file admin/server.h.
| EQADMIN_API eq::admin::Server::Server | ( | ) |
Construct a new server.
| virtual EQADMIN_API eq::admin::Server::~Server | ( | ) | [inline, virtual] |
Destruct the server.
Reimplemented from eq::fabric::Server< Client, Server, Config, NodeFactory, co::Node >.
Definition at line 46 of file admin/server.h.
| EQADMIN_API void eq::admin::Server::syncConfig | ( | const co::uint128_t & | configID, |
| const co::uint128_t & | version | ||
| ) |
Synchronize all sever data.
1.1.3-git by
1.7.4