#include <CommFactory.h>
Inheritance diagram for PropertyBasedCommFactory:


Public Member Functions | |
| PropertyBasedCommFactory () | |
| PropertyBasedCommFactory (SystemProperties &props, const char *mySection) | |
| virtual | ~PropertyBasedCommFactory () |
| virtual int | Open (SystemProperties &props, const char *mySection) |
| int | Close () |
| virtual AddressServer * | GetAddressServer () |
| virtual AddressClient * | GetAddressClient () |
| virtual MessageServer * | GetMessageServer () |
| virtual ACE_Reactor * | GetReactor () |
Protected Attributes | |
| ACE_Reactor * | m_pReactor |
| ReactorThread * | m_pReactorThread |
| AddressClient * | m_pAddressClient |
| AddressServer * | m_pAddressServer |
| MessageServer * | m_pMessageServer |
|
|
Definition at line 21 of file CommFactory.cpp. |
|
||||||||||||
|
Definition at line 32 of file CommFactory.cpp. References Open(). |
|
|
Definition at line 45 of file CommFactory.cpp. References Close(). |
|
|
Definition at line 291 of file CommFactory.cpp. References m_pAddressClient, m_pAddressServer, m_pMessageServer, m_pReactor, m_pReactorThread, AddressServer::RemoveFromReactor(), AddressClient::RemoveFromReactor(), and MessageServer::RemoveFromReactor(). Referenced by ~PropertyBasedCommFactory(). |
|
|
Implements CommFactory. Definition at line 197 of file CommFactory.h. |
|
|
Implements CommFactory. Definition at line 191 of file CommFactory.h. |
|
|
Implements CommFactory. Definition at line 204 of file CommFactory.h. Referenced by main(). |
|
|
Implements CommFactory. Definition at line 209 of file CommFactory.h. |
|
||||||||||||
|
|
Definition at line 214 of file CommFactory.h. |
|
|
Definition at line 215 of file CommFactory.h. |
|
|
Definition at line 216 of file CommFactory.h. |
|
|
Definition at line 212 of file CommFactory.h. |
|
|
Definition at line 213 of file CommFactory.h. |
1.3.9.1