#include <Listener.h>
static const AChar* commore::Listener::factory_name |
( |
| ) |
|
|
inlinestatic |
- Returns
- the listener factory name
virtual const AString& commore::Listener::get_address |
( |
| ) |
const |
|
pure virtual |
- Returns
- the encoded address of listener ! as it must appear in the sender spec address field.
Implemented in TCPIPListener, and SHMListener.
Check listener integrity Implementation return here possible invalid state
- Returns
- true if listener is ok
Reimplemented in SHMListener.
bool Listener::is_stopped |
( |
| ) |
|
|
virtual |
- Returns
- true if listener is listening
Reimplemented in SHMListener.
void Listener::reset_callback |
( |
| ) |
|
|
virtual |
void Listener::set_callback |
( |
Callback & |
callback | ) |
|
|
virtual |
void Listener::set_param |
( |
const Tuple & |
param | ) |
|
|
virtual |
Start listen, notice that start is automaticaly called when object is created.
- Returns
- true if lstener is started
Reimplemented in TCPIPListener, and SHMListener.
Stop listen Finish current call, close connections, and does not accept new connection any more.
- Returns
- true if lstener is stopped
Reimplemented in TCPIPListener, and SHMListener.
The documentation for this class was generated from the following files: