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

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

Uses of TpCallReportRequest in org.csapi.cc.gccs
 

Fields in org.csapi.cc.gccs declared as TpCallReportRequest
 TpCallReportRequest TpCallReportRequestHolder.value
           
 TpCallReportRequest[] TpCallReportRequestSetHolder.value
           
 

Methods in org.csapi.cc.gccs that return TpCallReportRequest
static TpCallReportRequest TpCallReportRequestHelper.extract(org.omg.CORBA.Any any)
           
static TpCallReportRequest[] TpCallReportRequestSetHelper.extract(org.omg.CORBA.Any any)
           
static TpCallReportRequest TpCallReportRequestHelper.read(org.omg.CORBA.portable.InputStream in)
           
static TpCallReportRequest[] TpCallReportRequestSetHelper.read(org.omg.CORBA.portable.InputStream _in)
           
 

Methods in org.csapi.cc.gccs with parameters of type TpCallReportRequest
static void TpCallReportRequestHelper.insert(org.omg.CORBA.Any any, TpCallReportRequest s)
           
static void TpCallReportRequestSetHelper.insert(org.omg.CORBA.Any any, TpCallReportRequest[] 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 TpCallReportRequestHelper.write(org.omg.CORBA.portable.OutputStream out, TpCallReportRequest s)
           
static void TpCallReportRequestSetHelper.write(org.omg.CORBA.portable.OutputStream _out, TpCallReportRequest[] _s)
           
 

Constructors in org.csapi.cc.gccs with parameters of type TpCallReportRequest
TpCallReportRequestHolder(TpCallReportRequest initial)
           
TpCallReportRequestSetHolder(TpCallReportRequest[] initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallReportRequest
 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.