Uses of Interface
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycall.MultiPartyCall

Packages that use MultiPartyCall
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs   
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.callleg   
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycall   
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager   
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.eventHandlers   
 

Uses of MultiPartyCall in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs
 

Constructors in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs with parameters of type MultiPartyCall
IpAppCallLegImpl(MultiPartyCall multiPartyCall, org.omg.PortableServer.POA defaultPOA, EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppCallLegExecutors)
           
IpMultiPartyCallConnectionImpl(MultiPartyCall multiPartyCall)
           
 

Uses of MultiPartyCall in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.callleg
 

Constructors in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.callleg with parameters of type MultiPartyCall
CallLegImpl(MultiPartyCallControlManager multiPartyCallControlManager, MultiPartyCall multiPartyCall, org.mobicents.csapi.jr.slee.cc.mpccs.TpCallLegIdentifier tpCallLegIdentifier, org.csapi.cc.mpccs.IpCallLeg ipCallLeg, int callLegSessionID, ActivityManager activityManager, MpccsListener eventListener)
           
 

Uses of MultiPartyCall in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycall
 

Classes in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycall that implement MultiPartyCall
 class MultiPartyCallImpl
          Context object for a Multi Party Call.
 

Uses of MultiPartyCall in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager
 

Methods in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager that return MultiPartyCall
 MultiPartyCall MultiPartyCallControlManagerImpl.createCall(org.csapi.cc.mpccs.TpMultiPartyCallIdentifier corbaCallIdentifier)
          Utility method for creating a new Call.
 MultiPartyCall MultiPartyCallControlManager.createCall(org.csapi.cc.mpccs.TpMultiPartyCallIdentifier callIdentifier)
           
 MultiPartyCall MultiPartyCallControlManagerImpl.getMultiPartyCall(int callSessionID)
           
 MultiPartyCall MultiPartyCallControlManager.getMultiPartyCall(int callSessionID)
           
 MultiPartyCall MultiPartyCallControlManagerImpl.removeMultiPartyCall(int callSessionID)
           
 MultiPartyCall MultiPartyCallControlManager.removeMultiPartyCall(int callSessionID)
           
 

Methods in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager with parameters of type MultiPartyCall
 void MultiPartyCallControlManagerImpl.addMultiPartyCall(int callSessionID, MultiPartyCall multiPartyCall)
           
 void MultiPartyCallControlManager.addMultiPartyCall(int callSessionID, MultiPartyCall multiPartyCall)
           
 CallLeg MultiPartyCallControlManagerImpl.createCallLeg(MultiPartyCall call, org.csapi.cc.mpccs.TpCallLegIdentifier identifier)
          Utility method for creating an new CallLeg.
 CallLeg MultiPartyCallControlManager.createCallLeg(MultiPartyCall call, org.csapi.cc.mpccs.TpCallLegIdentifier identifier)
           
 

Uses of MultiPartyCall in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.eventHandlers
 

Constructors in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.eventHandlers with parameters of type MultiPartyCall
AttachMediaErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
AttachMediaResHandler(MultiPartyCall call, int callLegSessionID)
           
CallLegEndedHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpReleaseCause releaseCause)
           
DetachMediaErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
DetachMediaResHandler(MultiPartyCall call, int callLegSessionID)
           
EventReportErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
EventReportResHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallEventInfo callEventInfo)
           
GetInfoErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
GetInfoResHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallLegInfoReport callLegInfoReport)
           
RouteErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
SuperviseErrHandler(MultiPartyCall call, int callLegSessionID, org.csapi.cc.TpCallError errorIndication)
           
SuperviseResHandler(MultiPartyCall call, int callLegSessionID, int report, int duration)
           
 



Copyright © 2008. All Rights Reserved.