Uses of Class
org.csapi.cs.TpApplicationDescription

Packages that use TpApplicationDescription
org.csapi.cs   
org.mobicents.csapi.jr.slee.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

Uses of TpApplicationDescription in org.csapi.cs
 

Fields in org.csapi.cs declared as TpApplicationDescription
 TpApplicationDescription TpApplicationDescriptionHolder.value
           
 

Methods in org.csapi.cs that return TpApplicationDescription
static TpApplicationDescription TpApplicationDescriptionHelper.extract(org.omg.CORBA.Any any)
           
static TpApplicationDescription TpApplicationDescriptionHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cs with parameters of type TpApplicationDescription
 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.creditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionOperations.creditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void _IpChargingSessionStub.creditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, 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.debitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void IpChargingSessionOperations.debitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void _IpChargingSessionStub.debitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, 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.directCreditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void IpChargingSessionOperations.directCreditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void _IpChargingSessionStub.directCreditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, 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.directDebitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void IpChargingSessionOperations.directDebitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void _IpChargingSessionStub.directDebitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
static void TpApplicationDescriptionHelper.insert(org.omg.CORBA.Any any, TpApplicationDescription s)
           
 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)
           
 void IpChargingSessionPOATie.reserveUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void IpChargingSessionOperations.reserveUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void _IpChargingSessionStub.reserveUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
static void TpApplicationDescriptionHelper.write(org.omg.CORBA.portable.OutputStream out, TpApplicationDescription s)
           
 

Constructors in org.csapi.cs with parameters of type TpApplicationDescription
TpApplicationDescriptionHolder(TpApplicationDescription initial)
           
 

Uses of TpApplicationDescription in org.mobicents.csapi.jr.slee.cs
 

Methods in org.mobicents.csapi.jr.slee.cs with parameters of type TpApplicationDescription
 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.creditUnitReq(TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
          This method credits a volume of application usage towards the reservation.
 void IpChargingSessionConnection.debitAmountReq(TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
          This method debits an amount from the reservation.
 void IpChargingSessionConnection.debitUnitReq(TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
          This method debits a volume of application usage 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.directCreditUnitReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
          This method directly credits a volume of application usage 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.directDebitUnitReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
          This method directly credits a volume of application usage 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.
 void IpChargingSessionConnection.reserveUnitReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
          This method is used when an application wants to reserve volumes of application usage to be delivered to a user in the session.
 



Copyright © 2009. All Rights Reserved.