Uses of Class
org.mobicents.csapi.jr.slee.cc.gccs.TpCallIdentifier

Packages that use TpCallIdentifier
org.mobicents.csapi.jr.slee.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.mobicents.csapi.jr.slee.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of TpCallIdentifier in org.mobicents.csapi.jr.slee.cc.gccs
 

Methods in org.mobicents.csapi.jr.slee.cc.gccs that return TpCallIdentifier
 TpCallIdentifier IpCallControlManagerConnection.createCall()
          This method is used to create a new call object.
 TpCallIdentifier CallEventNotifyEvent.getCallReference()
          Returns the callReference
 TpCallIdentifier SuperviseCallResEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier SuperviseCallErrEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier RouteResEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier RouteErrEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier GetMoreDialledDigitsResEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier GetMoreDialledDigitsErrEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier GetCallInfoResEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier GetCallInfoErrEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier CallFaultDetectedEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier CallEndedEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 TpCallIdentifier CallAbortedEvent.getTpCallIdentifier()
          Returns the tpCallIdentifier
 

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallIdentifier
 IpCallConnection IpCallControlManagerConnection.getIpCallConnection(TpCallIdentifier callIdentifier)
          Obtains Access To a IpCallConnection interface
 

Constructors in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallIdentifier
CallAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier)
          Constructor for CallAbortedEvent
CallEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallEndedReport report)
          Constructor for CallEndedEvent
CallEventNotifyEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier callReference, TpCallEventInfo eventInfo, int assignmentID)
          Constructor for CallEventNotifyEvent
CallFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallFault fault)
          Constructor for CallFaultDetectedEvent
GetCallInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for GetCallInfoErrEvent
GetCallInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallInfoReport callInfoReport)
          Constructor for GetCallInfoResEvent
GetMoreDialledDigitsErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for GetMoreDialledDigitsErrEvent
GetMoreDialledDigitsResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, java.lang.String digits)
          Constructor for GetMoreDialledDigitsResEvent
RouteErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication, int callLegSessionID)
          Constructor for RouteErrEvent
RouteResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallReport eventReport, int callLegSessionID)
          Constructor for RouteResEvent
SuperviseCallErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for SuperviseCallErrEvent
SuperviseCallResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, int report, int usedTime)
          Constructor for SuperviseCallResEvent
 

Uses of TpCallIdentifier in org.mobicents.csapi.jr.slee.ui
 

Methods in org.mobicents.csapi.jr.slee.ui that return TpCallIdentifier
 TpCallIdentifier CallUITarget.getTpCallIdentifier()
           
 

Methods in org.mobicents.csapi.jr.slee.ui with parameters of type TpCallIdentifier
 void CallUITarget.setTpCallIdentifier(TpCallIdentifier callIdentifier)
           
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpCallIdentifier
CallUITarget(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier)
           
 



Copyright © 2008. All Rights Reserved.