sipXcallLib home page


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

#include <TaoTerminalConnectionListener.h>

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

Public Member Functions

 TaoTerminalConnectionListener (PtEventMask *pMask=NULL)
 
 TaoTerminalConnectionListener (int objId, TaoObjHandle clientSocket, TaoTransportTask *pSvrTransport, const char *terminalName)
 
 TaoTerminalConnectionListener (const TaoTerminalConnectionListener &rTaoTerminalConnectionListener)
 
 ~TaoTerminalConnectionListener ()
 
virtual void terminalConnectionCreated (const PtTerminalConnectionEvent &rEvent)
 
virtual void terminalConnectionIdle (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionRinging (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionDropped (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionUnknown (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionHeld (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionTalking (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void terminalConnectionInUse (const PtTerminalConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual PtStatus getLocation (UtlString *&pLocation)
 
- Public Member Functions inherited from PtTerminalConnectionListener
PT_CLASS_INFO_MEMBERS PtTerminalConnectionListener (PtEventMask *pMask=NULL)
 
virtual ~PtTerminalConnectionListener ()
 param: (in) pMask - Event mask defining events the listener is interested in. This must be a subset of the events that the listener supports. The mask may be NULL where it is assumed that all events applicable to the derived listener are of interest. More...
 
virtual PtBoolean isClass (const char *pClassName)
 returns: Returns the string representation of the name of this class More...
 
virtual PtBoolean isInstanceOf (const char *pClassName)
 param: (in) pClassName - the string to compare with the name of this class. retcode: TRUE - if the given string contains the class name of this class. retcode: FALSE - if the given string does not match that of this class More...
 
- Public Member Functions inherited from PtConnectionListener
PT_CLASS_INFO_MEMBERS PtConnectionListener (PtEventMask *pMask=NULL)
 
virtual ~PtConnectionListener ()
 param: (in) pMask - Event mask defining events the listener is interested in. This must be a subset of the events that the listener supports. The mask may be NULL where it is assumed that all events applicable to the derived listener are of interest. More...
 
virtual void connectionCreated (const PtConnectionEvent &rEvent)
 
virtual void connectionAlerting (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionDisconnected (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionFailed (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionUnknown (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionDialing (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionEstablished (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionInitiated (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionNetworkAlerting (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionNetworkReached (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionOffered (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void connectionQueued (const PtConnectionEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
- Public Member Functions inherited from PtCallListener
PT_CLASS_INFO_MEMBERS PtCallListener (PtEventMask *pMask=NULL)
 
virtual ~PtCallListener ()
 param: (in) pMask - Event mask defining events the listener is interested in. This must be a subset of the events that the listener supports. The mask may be NULL where it is assumed that all events applicable to the derived listener are of interest. More...
 
virtual void callEventTransmissionEnded (const PtCallEvent &rEvent)
 
virtual void callActive (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callInvalid (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaCallStartStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaCallStartEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaCallEndStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaCallEndEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaProgressStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaProgressEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaSnapshotStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaSnapshotEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaAddPartyStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaAddPartyEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaRemovePartyStarted (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void callMetaRemovePartyEnded (const PtCallEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void multicallMetaMergeStarted (const PtMultiCallMetaEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void multicallMetaMergeEnded (const PtMultiCallMetaEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void multicallMetaTransferStarted (const PtMultiCallMetaEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
virtual void multicallMetaTransferEnded (const PtMultiCallMetaEvent &rEvent)
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
PtStatus getLocation (UtlString *rpLocation)
 returns: Returns the string representation of the name of this class More...
 
- Public Member Functions inherited from PtEventListener
PT_CLASS_INFO_MEMBERS PtEventListener (PtEventMask *pMask=NULL)
 
virtual ~PtEventListener ()
 param: (in) pMask - Event mask defining events the listener is interested in. This must be a subset of the events that the listener supports. The mask may be NULL where it is assumed that all events applicable to the derived listener are of interest. More...
 
PtStatus getEventMask (const PtEventMask *&rpMask) const
 
PtBoolean isEventEnabled (PtEvent::PtEventId &eventId)
 param: (in) pClassName - The string to compare with the name of this class retcode: TRUE - If this object is either an instance of or is derived from the specified class retcode: FALSE - If this object is not an instance of the specified class More...
 

Private Attributes

int mObjId
 
char * mTerminalName
 
TaoObjHandle mhClientSocket
 
TaoTransportTaskmpSvrTransport
 
OsConnectionSocket * mpConnectionSocket
 

Additional Inherited Members

- Static Public Member Functions inherited from PtTerminalConnectionListener
static const char * className ()
 param: (in) rEvent - reference to the PtEvent containing the specific event information. More...
 
- Static Public Member Functions inherited from PtConnectionListener
static const char * className ()
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
- Static Public Member Functions inherited from PtCallListener
static const char * className ()
 param: (in) rEvent - Reference to the PtEvent containing the specific event information. More...
 
- Static Public Member Functions inherited from PtEventListener
static const char * className ()
 param: (out) rpMask - Reference to a pointer to the PtEventMask. retcode: PT_SUCCESS - Success retcode: PT_PROVIDER_UNAVAILABLE - The provider is not available More...
 
- Protected Attributes inherited from PtCallListener
UtlString * mpOriginatingIP
 param: (in) pClassName - the string to compare with the name of this class. retcode: TRUE - if this object is either an instance of or is derived from the specified class. retcode: FALSE - if this object is not an instance of the specified class. More...
 
- Protected Attributes inherited from PtEventListener
PtEventMaskmpMask
 param: (in) eventId - The event id corresponding to the event type retcode: TRUE - If the given event type is of interest to this listener retcode: FALSE - If the given event type is NOT of interest to this listener More...
 

Constructor & Destructor Documentation

TaoTerminalConnectionListener ( int  objId,
TaoObjHandle  clientSocket,
TaoTransportTask pSvrTransport,
const char *  terminalName 
)
TaoTerminalConnectionListener ( const TaoTerminalConnectionListener rTaoTerminalConnectionListener)

Member Function Documentation

PtStatus getLocation ( UtlString *&  pLocation)
virtual
void terminalConnectionCreated ( const PtTerminalConnectionEvent rEvent)
virtual

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionDropped ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionHeld ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionIdle ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionInUse ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionRinging ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionTalking ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

void terminalConnectionUnknown ( const PtTerminalConnectionEvent rEvent)
virtual

param: (in) rEvent - Reference to the PtEvent containing the specific event information.

Reimplemented from PtTerminalConnectionListener.

Member Data Documentation

TaoObjHandle mhClientSocket
private
int mObjId
private
OsConnectionSocket* mpConnectionSocket
private
TaoTransportTask* mpSvrTransport
private
char* mTerminalName
private