Uses of Class
org.csapi.cc.TpCallAppInfo

Packages that use TpCallAppInfo
org.csapi.cc   
org.csapi.cc.cccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
 

Uses of TpCallAppInfo in org.csapi.cc
 

Fields in org.csapi.cc declared as TpCallAppInfo
 TpCallAppInfo[] TpCallNotificationInfo.CallAppInfo
           
 TpCallAppInfo[] TpCallLegInfoReport.CallAppInfo
           
 TpCallAppInfo[] TpCallAppInfoSetHolder.value
           
 TpCallAppInfo TpCallAppInfoHolder.value
           
 

Methods in org.csapi.cc 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 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)
           
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 with parameters of type TpCallAppInfo
TpCallAppInfoHolder(TpCallAppInfo initial)
           
TpCallAppInfoSetHolder(TpCallAppInfo[] initial)
           
TpCallLegInfoReport(int CallLegInfoType, java.lang.String CallLegStartTime, java.lang.String CallLegConnectedToResourceTime, java.lang.String CallLegConnectedToAddressTime, java.lang.String CallLegEndTime, TpAddress ConnectedAddress, TpReleaseCause CallLegReleaseCause, TpCallAppInfo[] CallAppInfo)
           
TpCallNotificationInfo(TpCallNotificationReportScope CallNotificationReportScope, TpCallAppInfo[] CallAppInfo, TpCallEventInfo CallEventInfo)
           
 

Uses of TpCallAppInfo in org.csapi.cc.cccs
 

Fields in org.csapi.cc.cccs declared as TpCallAppInfo
 TpCallAppInfo[] TpJoinEventInfo.CallAppInfo
           
 

Methods in org.csapi.cc.cccs with parameters of type TpCallAppInfo
 TpCallLegIdentifier _IpSubConfCallStub.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier IpSubConfCallPOATie.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier IpConfCallPOATie.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier _IpConfCallStub.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 

Constructors in org.csapi.cc.cccs with parameters of type TpCallAppInfo
TpJoinEventInfo(TpAddress DestinationAddress, TpAddress OriginatingAddress, TpCallAppInfo[] CallAppInfo)
           
 

Uses of TpCallAppInfo in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs with parameters of type TpCallAppInfo
 TpCallLegIdentifier IpMultiMediaCallPOATie.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier _IpMultiMediaCallStub.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 void _IpMultiMediaCallLegStub.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void IpMultiMediaCallLegPOATie.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 

Uses of TpCallAppInfo in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs with parameters of type TpCallAppInfo
 TpCallLegIdentifier _IpMultiPartyCallStub.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier IpMultiPartyCallPOATie.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 TpCallLegIdentifier IpMultiPartyCallOperations.createAndRouteCallLegReq(int callSessionID, TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, IpAppCallLeg appLegInterface)
           
 void IpCallLegPOATie.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void _IpCallLegStub.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void IpCallLegOperations.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpCallAppInfo
 TpCallLegIdentifier IpMultiPartyCallConnection.createAndRouteCallLegReq(TpCallEventRequest[] eventsRequested, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo)
          This asynchronous operation requests creation and routing of a new callLeg.
 void IpCallLegConnection.routeReq(TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
          This asynchronous method requests routing of the call leg to the remote party indicated by the targetAddress.
 



Copyright © 2008. All Rights Reserved.