Uses of Class
org.csapi.cs.P_INVALID_VOLUME

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

Uses of P_INVALID_VOLUME in org.csapi.cs
 

Fields in org.csapi.cs declared as P_INVALID_VOLUME
 P_INVALID_VOLUME P_INVALID_VOLUMEHolder.value
           
 

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

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

Methods in org.csapi.cs that throw P_INVALID_VOLUME
 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.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.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.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)
           
 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)
           
 

Constructors in org.csapi.cs with parameters of type P_INVALID_VOLUME
P_INVALID_VOLUMEHolder(P_INVALID_VOLUME initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cs that throw P_INVALID_VOLUME
 void IpChargingSessionConnection.creditUnitReq(TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
          This method credits a volume of application usage towards 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.directCreditUnitReq(TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
          This method directly credits a volume of application usage 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.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.