mongo::task::Server Class Reference
#include <msg.h>
List of all members.
Detailed Description
typical usage is: task::fork( new Server("threadname") );
Definition at line 28 of file msg.h.
Constructor & Destructor Documentation
mongo::task::Server::Server |
( |
string |
name |
) |
[inline] |
Definition at line 33 of file msg.h.
virtual mongo::task::Server::~Server |
( |
|
) |
[inline, virtual] |
Definition at line 34 of file msg.h.
Member Function Documentation
void mongo::task::Server::call |
( |
const lam & |
|
) |
|
send message but block until function completes
void mongo::task::Server::doWork |
( |
|
) |
[private, virtual] |
virtual bool mongo::task::Server::initClient |
( |
|
) |
[inline, private, virtual] |
Definition at line 46 of file msg.h.
virtual string mongo::task::Server::name |
( |
|
) |
const [inline, private, virtual] |
void mongo::task::Server::requeue |
( |
|
) |
[inline] |
Definition at line 39 of file msg.h.
void mongo::task::Server::send |
( |
lam |
|
) |
|
send a message to the port
virtual void mongo::task::Server::starting |
( |
|
) |
[inline, protected, virtual] |
Member Data Documentation
Definition at line 52 of file msg.h.
Definition at line 51 of file msg.h.
Definition at line 49 of file msg.h.
Definition at line 50 of file msg.h.
Definition at line 53 of file msg.h.
The documentation for this class was generated from the following file: