sipXcallLib home page


Public Member Functions | Private Attributes | List of all members
TaoEventDispatcher Class Reference

#include <TaoEventDispatcher.h>

Inheritance diagram for TaoEventDispatcher:
Inheritance graph
[legend]
Collaboration diagram for TaoEventDispatcher:
Collaboration graph
[legend]

Public Member Functions

 TaoEventDispatcher (const UtlString &name="TaoEventDispatcher-%d", const int maxRequestQMsgs=DEF_MAX_MSGS)
 
virtual ~TaoEventDispatcher ()
 
TaoObjHandlegetObjHandle ()
 
TaoEventgetProviderEvent ()
 
virtual UtlBoolean handleMessage (OsMsg &rMsg)
 
virtual OsStatus setErrno (int errno)
 

Private Attributes

TaoObjHandle mTaoObjHandle
 
TaoEventmpProviderEvent
 

Constructor & Destructor Documentation

TaoEventDispatcher ( const UtlString &  name = "TaoEventDispatcher-%d",
const int  maxRequestQMsgs = DEF_MAX_MSGS 
)
~TaoEventDispatcher ( )
virtual

Member Function Documentation

TaoObjHandle& getObjHandle ( )
inline
TaoEvent* getProviderEvent ( )
inline
UtlBoolean handleMessage ( OsMsg &  rMsg)
virtual
OsStatus setErrno ( int  errno)
virtual

Member Data Documentation

TaoEvent* mpProviderEvent
private
TaoObjHandle mTaoObjHandle
private