Uses of Class
org.csapi.cc.TpCallChargePlan

Packages that use TpCallChargePlan
org.csapi.cc   
org.csapi.cc.cccs   
org.csapi.cc.gccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
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. 
 

Uses of TpCallChargePlan in org.csapi.cc
 

Fields in org.csapi.cc declared as TpCallChargePlan
 TpCallChargePlan TpCallChargePlanHolder.value
           
 

Methods in org.csapi.cc that return TpCallChargePlan
static TpCallChargePlan TpCallChargePlanHelper.extract(org.omg.CORBA.Any any)
           
static TpCallChargePlan TpCallChargePlanHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

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

Constructors in org.csapi.cc with parameters of type TpCallChargePlan
TpCallChargePlanHolder(TpCallChargePlan initial)
           
 

Uses of TpCallChargePlan in org.csapi.cc.cccs
 

Methods in org.csapi.cc.cccs with parameters of type TpCallChargePlan
 void IpSubConfCallPOATie.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void IpConfCallPOATie.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void _IpSubConfCallStub.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void _IpConfCallStub.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 

Uses of TpCallChargePlan in org.csapi.cc.gccs
 

Methods in org.csapi.cc.gccs with parameters of type TpCallChargePlan
 void IpCallPOATie.setCallChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void IpCallOperations.setCallChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void _IpCallStub.setCallChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 

Uses of TpCallChargePlan in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs with parameters of type TpCallChargePlan
 void IpMultiMediaCallPOATie.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void IpMultiMediaCallLegPOATie.setChargePlan(int callLegSessionID, TpCallChargePlan callChargePlan)
           
 void _IpMultiMediaCallStub.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void _IpMultiMediaCallLegStub.setChargePlan(int callLegSessionID, TpCallChargePlan callChargePlan)
           
 

Uses of TpCallChargePlan in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs with parameters of type TpCallChargePlan
 void IpMultiPartyCallPOATie.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void IpMultiPartyCallOperations.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void IpCallLegPOATie.setChargePlan(int callLegSessionID, TpCallChargePlan callChargePlan)
           
 void IpCallLegOperations.setChargePlan(int callLegSessionID, TpCallChargePlan callChargePlan)
           
 void _IpMultiPartyCallStub.setChargePlan(int callSessionID, TpCallChargePlan callChargePlan)
           
 void _IpCallLegStub.setChargePlan(int callLegSessionID, TpCallChargePlan callChargePlan)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallChargePlan
 void IpCallConnection.setCallChargePlan(TpCallChargePlan callChargePlan)
          Set an operator specific charge plan for the call.
 

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

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpCallChargePlan
 void IpMultiPartyCallConnection.setChargePlan(TpCallChargePlan callChargePlan)
          Set an operator specific charge plan for the call.
 void IpCallLegConnection.setChargePlan(TpCallChargePlan callChargePlan)
          Set an operator specific charge plan for the call leg.
 



Copyright © 2009. All Rights Reserved.