sipxtacklib  Version 3.3
Public Member Functions | List of all members
SipObserverCriteria Class Reference

#include <SipObserverCriteria.h>

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

Public Member Functions

 SipObserverCriteria (void *observerData=NULL, OsMsgQ *messageQueue=NULL, const char *sipMethod=NULL, UtlBoolean wantRequests=TRUE, UtlBoolean wantResponses=TRUE, UtlBoolean wantIncoming=TRUE, UtlBoolean wantOutGoing=TRUE, const char *eventName=NULL, SipSession *pSession=NULL)
 
virtual ~SipObserverCriteria ()
 
OsMsgQ * getObserverQueue ()
 
void * getObserverData ()
 
void getEventName (UtlString &eventName)
 
SipSessiongetSession ()
 
UtlBoolean wantsRequests ()
 
UtlBoolean wantsResponses ()
 
UtlBoolean wantsIncoming ()
 
UtlBoolean wantsOutGoing ()
 

Constructor & Destructor Documentation

SipObserverCriteria ( void *  observerData = NULL,
OsMsgQ *  messageQueue = NULL,
const char *  sipMethod = NULL,
UtlBoolean  wantRequests = TRUE,
UtlBoolean  wantResponses = TRUE,
UtlBoolean  wantIncoming = TRUE,
UtlBoolean  wantOutGoing = TRUE,
const char *  eventName = NULL,
SipSession pSession = NULL 
)
~SipObserverCriteria ( )
virtual

Member Function Documentation

OsMsgQ * getObserverQueue ( )
void * getObserverData ( )
void getEventName ( UtlString &  eventName)
SipSession * getSession ( )
UtlBoolean wantsRequests ( )
UtlBoolean wantsResponses ( )
UtlBoolean wantsIncoming ( )
UtlBoolean wantsOutGoing ( )

sipXtackLib home page