Uses of Class
org.csapi.cc.gccs.TpCallAppInfo

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

Uses of TpCallAppInfo in org.csapi.cc.gccs
 

Fields in org.csapi.cc.gccs declared as TpCallAppInfo
 TpCallAppInfo[] TpCallEventInfo.CallAppInfo
           
 TpCallAppInfo[] TpCallAppInfoSetHolder.value
           
 TpCallAppInfo TpCallAppInfoHolder.value
           
 

Methods in org.csapi.cc.gccs that return TpCallAppInfo
static TpCallAppInfo[] TpCallAppInfoSetHelper.extract(org.omg.CORBA.Any any)
           
static TpCallAppInfo TpCallAppInfoHelper.extract(org.omg.CORBA.Any any)
           
static TpCallAppInfo[] TpCallAppInfoSetHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpCallAppInfo TpCallAppInfoHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cc.gccs with parameters of type TpCallAppInfo
static void TpCallAppInfoHelper.insert(org.omg.CORBA.Any any, TpCallAppInfo s)
           
static void TpCallAppInfoSetHelper.insert(org.omg.CORBA.Any any, TpCallAppInfo[] s)
           
 int IpCallPOATie.routeReq(int callSessionID, TpCallReportRequest[] responseRequested, TpAddress targetAddress, TpAddress originatingAddress, TpAddress originalDestinationAddress, TpAddress redirectingAddress, TpCallAppInfo[] appInfo)
           
 int IpCallOperations.routeReq(int callSessionID, TpCallReportRequest[] responseRequested, TpAddress targetAddress, TpAddress originatingAddress, TpAddress originalDestinationAddress, TpAddress redirectingAddress, TpCallAppInfo[] appInfo)
           
 int _IpCallStub.routeReq(int callSessionID, TpCallReportRequest[] responseRequested, TpAddress targetAddress, TpAddress originatingAddress, TpAddress originalDestinationAddress, TpAddress redirectingAddress, TpCallAppInfo[] appInfo)
           
static void TpCallAppInfoHelper.write(org.omg.CORBA.portable.OutputStream out, TpCallAppInfo s)
           
static void TpCallAppInfoSetHelper.write(org.omg.CORBA.portable.OutputStream _out, TpCallAppInfo[] _s)
           
 

Constructors in org.csapi.cc.gccs with parameters of type TpCallAppInfo
TpCallAppInfoHolder(TpCallAppInfo initial)
           
TpCallAppInfoSetHolder(TpCallAppInfo[] initial)
           
TpCallEventInfo(TpAddress DestinationAddress, TpAddress OriginatingAddress, TpAddress OriginalDestinationAddress, TpAddress RedirectingAddress, TpCallAppInfo[] CallAppInfo, int CallEventName, TpCallNotificationType CallNotificationType, TpCallMonitorMode MonitorMode)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallAppInfo
 int IpCallConnection.routeReq(TpCallReportRequest[] responseRequested, TpAddress targetAddress, TpAddress originatingAddress, TpAddress originalDestinationAddress, TpAddress redirectingAddress, TpCallAppInfo[] appInfo)
          This asynchronous method requests routing of the call to the remote party indicated by the targetAddress.
 



Copyright © 2008. All Rights Reserved.