#include <smartEventServerPattern.hh>
|
| | EventServerAcceptor (void *, void(*)(void *, const EventServerServiceHandler *, int, const ACE_Utils::UUID &), void(*)(void *, const EventServerServiceHandler *), void(*)(void *, const EventServerServiceHandler *), void(*)(void *, const EventServerServiceHandler *, const int &, const size_t &, const SmartMessageBlock *), void(*)(void *, const EventServerServiceHandler *, const size_t &), ACE_Reactor *reactor) |
| |
| virtual | ~EventServerAcceptor () |
| |
| void | handleConnect (const EventServerServiceHandler *sh, int cid, const ACE_Utils::UUID &uuid) |
| |
| void | handleDiscard (const EventServerServiceHandler *sh) |
| |
| void | handleDisconnect (const EventServerServiceHandler *sh) |
| |
| void | handleActivate (const EventServerServiceHandler *sh, const int &mode, const size_t &aid, const SmartMessageBlock *param) |
| |
| void | handleDeactivate (const EventServerServiceHandler *sh, const size_t &aid) |
| |
| int | close_handler () |
| |
|
| void(* | hndCnctPtr )(void *, const EventServerServiceHandler *, int, const ACE_Utils::UUID &) |
| | Callback function pointers. More...
|
| |
| void(* | hndDiscrdPtr )(void *, const EventServerServiceHandler *) |
| |
| void(* | hndDisconPtr )(void *, const EventServerServiceHandler *) |
| |
| void(* | hndActivatePtr )(void *, const EventServerServiceHandler *, const int &, const size_t &, const SmartMessageBlock *) |
| |
| void(* | hndDeactivatePtr )(void *, const EventServerServiceHandler *, const size_t &) |
| |
| void * | lthis |
| |
| ACE_Reactor * | _reactor |
| |
◆ EventServerAcceptor()
| SmartACE::EventServerAcceptor::EventServerAcceptor |
( |
void * |
, |
|
|
void(*)(void *, const EventServerServiceHandler *, int, const ACE_Utils::UUID &) |
, |
|
|
void(*)(void *, const EventServerServiceHandler *) |
, |
|
|
void(*)(void *, const EventServerServiceHandler *) |
, |
|
|
void(*)(void *, const EventServerServiceHandler *, const int &, const size_t &, const SmartMessageBlock *) |
, |
|
|
void(*)(void *, const EventServerServiceHandler *, const size_t &) |
, |
|
|
ACE_Reactor * |
reactor |
|
) |
| |
◆ ~EventServerAcceptor()
| virtual SmartACE::EventServerAcceptor::~EventServerAcceptor |
( |
| ) |
|
|
virtual |
◆ close_handler()
| int SmartACE::EventServerAcceptor::close_handler |
( |
| ) |
|
◆ handleActivate()
◆ handleConnect()
| void SmartACE::EventServerAcceptor::handleConnect |
( |
const EventServerServiceHandler * |
sh, |
|
|
int |
cid, |
|
|
const ACE_Utils::UUID & |
uuid |
|
) |
| |
|
inline |
◆ handleDeactivate()
◆ handleDiscard()
◆ handleDisconnect()
◆ _reactor
| ACE_Reactor* SmartACE::EventServerAcceptor::_reactor |
|
protected |
◆ hndActivatePtr
◆ hndCnctPtr
Callback function pointers.
◆ hndDeactivatePtr
◆ hndDisconPtr
◆ hndDiscrdPtr
◆ lthis
| void* SmartACE::EventServerAcceptor::lthis |
|
protected |
The documentation for this class was generated from the following file:
- smartEventServerPattern.hh