Uses of Class
org.csapi.TpAoCInfo

Packages that use TpAoCInfo
org.csapi   
org.csapi.cc.cccs   
org.csapi.cc.gccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.csapi.dsc   
org.mobicents.csapi.jr.slee.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.mobicents.csapi.jr.slee.dsc Contains the Parlay Data Session Control data types and interfaces. 
 

Uses of TpAoCInfo in org.csapi
 

Fields in org.csapi declared as TpAoCInfo
 TpAoCInfo TpAoCInfoHolder.value
           
 

Methods in org.csapi that return TpAoCInfo
static TpAoCInfo TpAoCInfoHelper.extract(org.omg.CORBA.Any any)
           
static TpAoCInfo TpAoCInfoHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi with parameters of type TpAoCInfo
static void TpAoCInfoHelper.insert(org.omg.CORBA.Any any, TpAoCInfo s)
           
static void TpAoCInfoHelper.write(org.omg.CORBA.portable.OutputStream out, TpAoCInfo s)
           
 

Constructors in org.csapi with parameters of type TpAoCInfo
TpAoCInfoHolder(TpAoCInfo initial)
           
 

Uses of TpAoCInfo in org.csapi.cc.cccs
 

Methods in org.csapi.cc.cccs with parameters of type TpAoCInfo
 void _IpSubConfCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpConfCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpSubConfCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpConfCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of TpAoCInfo in org.csapi.cc.gccs
 

Methods in org.csapi.cc.gccs with parameters of type TpAoCInfo
 void _IpCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpCallOperations.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of TpAoCInfo in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs with parameters of type TpAoCInfo
 void _IpMultiMediaCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpMultiMediaCallLegStub.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpMultiMediaCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpMultiMediaCallLegPOATie.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of TpAoCInfo in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs with parameters of type TpAoCInfo
 void _IpMultiPartyCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpCallLegStub.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpMultiPartyCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpMultiPartyCallOperations.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpCallLegPOATie.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpCallLegOperations.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of TpAoCInfo in org.csapi.dsc
 

Methods in org.csapi.dsc with parameters of type TpAoCInfo
 void _IpDataSessionStub.setAdviceOfCharge(int dataSessionID, TpAoCInfo aoCInfo, int tariffSwitch)
           
 void IpDataSessionPOATie.setAdviceOfCharge(int dataSessionID, TpAoCInfo aoCInfo, int tariffSwitch)
           
 void IpDataSessionOperations.setAdviceOfCharge(int dataSessionID, TpAoCInfo aoCInfo, int tariffSwitch)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpAoCInfo
 void IpCallConnection.setAdviceOfCharge(TpAoCInfo aOCInfo, int tariffSwitch)
          This method allows for advice of charge (AOC) information to be sent to terminals that are capable of receiving this information.
 

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

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpAoCInfo
 void IpMultiPartyCallConnection.setAdviceOfCharge(TpAoCInfo aOCInfo, int tariffSwitch)
          This method allows for advice of charge (AOC) information to be sent to terminals that are capable of receiving this information.
 void IpCallLegConnection.setAdviceOfCharge(TpAoCInfo aOCInfo, int tariffSwitch)
          This method allows for advice of charge (AOC) information to be sent to terminals that are capable of receiving this information.
 

Uses of TpAoCInfo in org.mobicents.csapi.jr.slee.dsc
 

Methods in org.mobicents.csapi.jr.slee.dsc with parameters of type TpAoCInfo
 void IpDataSessionConnection.setAdviceOfCharge(TpAoCInfo aoCInfo, int tariffSwitch)
          This method allows the application to determine the charging information that will be sent to the end-users terminal.
 



Copyright © 2008. All Rights Reserved.