Uses of Class
org.csapi.P_INVALID_AMOUNT

Packages that use P_INVALID_AMOUNT
org.csapi   
org.csapi.cc.cccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.csapi.cs   
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.mobicents.csapi.jr.slee.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

Uses of P_INVALID_AMOUNT in org.csapi
 

Fields in org.csapi declared as P_INVALID_AMOUNT
 P_INVALID_AMOUNT P_INVALID_AMOUNTHolder.value
           
 

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

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

Constructors in org.csapi with parameters of type P_INVALID_AMOUNT
P_INVALID_AMOUNTHolder(P_INVALID_AMOUNT initial)
           
 

Uses of P_INVALID_AMOUNT in org.csapi.cc.cccs
 

Methods in org.csapi.cc.cccs that throw P_INVALID_AMOUNT
 void IpSubConfCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpConfCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpSubConfCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpConfCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of P_INVALID_AMOUNT in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs that throw P_INVALID_AMOUNT
 void IpMultiMediaCallPOATie.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void IpMultiMediaCallLegPOATie.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpMultiMediaCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpMultiMediaCallLegStub.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of P_INVALID_AMOUNT in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs that throw P_INVALID_AMOUNT
 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)
           
 void _IpMultiPartyCallStub.setAdviceOfCharge(int callSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 void _IpCallLegStub.setAdviceOfCharge(int callLegSessionID, TpAoCInfo aOCInfo, int tariffSwitch)
           
 

Uses of P_INVALID_AMOUNT in org.csapi.cs
 

Methods in org.csapi.cs that throw P_INVALID_AMOUNT
 void IpChargingSessionPOATie.creditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionOperations.creditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void _IpChargingSessionStub.creditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionPOATie.debitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionOperations.debitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void _IpChargingSessionStub.debitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionPOATie.directCreditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void IpChargingSessionOperations.directCreditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void _IpChargingSessionStub.directCreditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void IpChargingSessionPOATie.directDebitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void IpChargingSessionOperations.directDebitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void _IpChargingSessionStub.directDebitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void IpChargingSessionPOATie.reserveAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice preferredAmount, TpChargingPrice minimumAmount, int requestNumber)
           
 void IpChargingSessionOperations.reserveAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice preferredAmount, TpChargingPrice minimumAmount, int requestNumber)
           
 void _IpChargingSessionStub.reserveAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice preferredAmount, TpChargingPrice minimumAmount, int requestNumber)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.mpccs that throw P_INVALID_AMOUNT
 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 P_INVALID_AMOUNT in org.mobicents.csapi.jr.slee.cs
 

Methods in org.mobicents.csapi.jr.slee.cs that throw P_INVALID_AMOUNT
 void IpChargingSessionConnection.creditAmountReq(TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
          This method credits an amount towards the reservation associated with the session.
 void IpChargingSessionConnection.debitAmountReq(TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
          This method debits an amount from the reservation.
 void IpChargingSessionConnection.directCreditAmountReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
          This method directly credits an amount towards the user.
 void IpChargingSessionConnection.directDebitAmountReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
          This method directly debits an amount towards the user.
 void IpChargingSessionConnection.reserveAmountReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice preferredAmount, TpChargingPrice minimumAmount, int requestNumber)
          This method is used when an application wants to reserve an amount of money for services to be delivered to a user.
 



Copyright © 2009. All Rights Reserved.