#include <OW_CIMXMLListener.hpp>
Inheritance diagram for OW_NAMESPACE::CIMXMLListener:


Public Member Functions | |
| CIMXMLListener (const ConfigFile::ConfigMap &configItems, const CIMListenerCallbackRef &callback, const AuthenticatorIFCRef &authenticator=AuthenticatorIFCRef(SharedLibraryRef(0), 0), const LoggerRef &logger=LoggerRef(0)) | |
| virtual | ~CIMXMLListener () |
| void | shutdownHttpServer () |
| Shut down the http server that is listening for indications. | |
Private Attributes | |
| RequestHandlerIFCRef | m_XMLListener |
| IntrusiveReference< HTTPServer > | m_httpServer |
| UInt16 | m_httpListenPort |
| UInt16 | m_httpsListenPort |
| IntrusiveReference< Thread > | m_httpThread |
| UnnamedPipeRef | m_stopHttpPipe |
Definition at line 61 of file OW_CIMXMLListener.hpp.
|
||||||||||||||||||||
|
Definition at line 289 of file OW_CIMXMLListener.cpp. References env, logger, m_httpListenPort, m_httpServer, m_httpsListenPort, m_httpThread, and m_XMLListener. |
|
|
Definition at line 316 of file OW_CIMXMLListener.cpp. References shutdownHttpServer(). |
|
|
Shut down the http server that is listening for indications. This function blocks until all threads that are running callbacks have terminated. Definition at line 352 of file OW_CIMXMLListener.cpp. References m_httpServer, and m_httpThread. Referenced by ~CIMXMLListener(). |
|
|
Definition at line 99 of file OW_CIMXMLListener.hpp. Referenced by CIMXMLListener(). |
|
|
Definition at line 98 of file OW_CIMXMLListener.hpp. Referenced by CIMXMLListener(), and shutdownHttpServer(). |
|
|
Definition at line 100 of file OW_CIMXMLListener.hpp. Referenced by CIMXMLListener(). |
|
|
Definition at line 101 of file OW_CIMXMLListener.hpp. Referenced by CIMXMLListener(), and shutdownHttpServer(). |
|
|
Definition at line 103 of file OW_CIMXMLListener.hpp. |
|
|
Definition at line 97 of file OW_CIMXMLListener.hpp. Referenced by CIMXMLListener(). |
1.4.6