org.csapi.cs
Class _IpChargingSessionStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cs._IpChargingSessionStub
All Implemented Interfaces:
java.io.Serializable, IpChargingSession, IpChargingSessionOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpChargingSessionStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpChargingSession

Generated from IDL interface "IpChargingSession"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpChargingSessionStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void creditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void creditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void debitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingPrice amount, boolean closeReservation, int requestNumber)
           
 void debitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpVolume[] volumes, boolean closeReservation, int requestNumber)
           
 void directCreditAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void directCreditUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void directDebitAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice amount, int requestNumber)
           
 void directDebitUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void extendLifeTimeReq(int sessionID)
           
 TpChargingPrice getAmountLeft(int sessionID)
           
 int getLifeTimeLeft(int sessionID)
           
 TpVolume[] getUnitLeft(int sessionID)
           
 void rateReq(int sessionID, TpChargingParameter[] chargingParameters)
           
 void release(int sessionID, int requestNumber)
           
 void reserveAmountReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpChargingPrice preferredAmount, TpChargingPrice minimumAmount, int requestNumber)
           
 void reserveUnitReq(int sessionID, TpApplicationDescription applicationDescription, TpChargingParameter[] chargingParameters, TpVolume[] volumes, int requestNumber)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpChargingSessionStub

public _IpChargingSessionStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

directCreditUnitReq

public void directCreditUnitReq(int sessionID,
                                TpApplicationDescription applicationDescription,
                                TpChargingParameter[] chargingParameters,
                                TpVolume[] volumes,
                                int requestNumber)
                         throws TpCommonExceptions,
                                P_INVALID_SESSION_ID,
                                P_INVALID_REQUEST_NUMBER,
                                P_INVALID_VOLUME
Specified by:
directCreditUnitReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
P_INVALID_VOLUME

directDebitUnitReq

public void directDebitUnitReq(int sessionID,
                               TpApplicationDescription applicationDescription,
                               TpChargingParameter[] chargingParameters,
                               TpVolume[] volumes,
                               int requestNumber)
                        throws TpCommonExceptions,
                               P_INVALID_SESSION_ID,
                               P_INVALID_REQUEST_NUMBER,
                               P_INVALID_VOLUME
Specified by:
directDebitUnitReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
P_INVALID_VOLUME

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

getUnitLeft

public TpVolume[] getUnitLeft(int sessionID)
                       throws TpCommonExceptions,
                              P_INVALID_SESSION_ID
Specified by:
getUnitLeft in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

extendLifeTimeReq

public void extendLifeTimeReq(int sessionID)
                       throws TpCommonExceptions,
                              P_INVALID_SESSION_ID
Specified by:
extendLifeTimeReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

creditAmountReq

public void creditAmountReq(int sessionID,
                            TpApplicationDescription applicationDescription,
                            TpChargingPrice amount,
                            boolean closeReservation,
                            int requestNumber)
                     throws P_INVALID_AMOUNT,
                            P_INVALID_CURRENCY,
                            TpCommonExceptions,
                            P_INVALID_SESSION_ID,
                            P_INVALID_REQUEST_NUMBER
Specified by:
creditAmountReq in interface IpChargingSessionOperations
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER

debitAmountReq

public void debitAmountReq(int sessionID,
                           TpApplicationDescription applicationDescription,
                           TpChargingPrice amount,
                           boolean closeReservation,
                           int requestNumber)
                    throws P_INVALID_AMOUNT,
                           P_INVALID_CURRENCY,
                           TpCommonExceptions,
                           P_INVALID_SESSION_ID,
                           P_INVALID_REQUEST_NUMBER
Specified by:
debitAmountReq in interface IpChargingSessionOperations
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID

directCreditAmountReq

public void directCreditAmountReq(int sessionID,
                                  TpApplicationDescription applicationDescription,
                                  TpChargingParameter[] chargingParameters,
                                  TpChargingPrice amount,
                                  int requestNumber)
                           throws P_INVALID_AMOUNT,
                                  P_INVALID_CURRENCY,
                                  TpCommonExceptions,
                                  P_INVALID_SESSION_ID,
                                  P_INVALID_REQUEST_NUMBER
Specified by:
directCreditAmountReq in interface IpChargingSessionOperations
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER

rateReq

public void rateReq(int sessionID,
                    TpChargingParameter[] chargingParameters)
             throws TpCommonExceptions,
                    P_INVALID_SESSION_ID
Specified by:
rateReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

directDebitAmountReq

public void directDebitAmountReq(int sessionID,
                                 TpApplicationDescription applicationDescription,
                                 TpChargingParameter[] chargingParameters,
                                 TpChargingPrice amount,
                                 int requestNumber)
                          throws P_INVALID_AMOUNT,
                                 P_INVALID_CURRENCY,
                                 TpCommonExceptions,
                                 P_INVALID_SESSION_ID,
                                 P_INVALID_REQUEST_NUMBER
Specified by:
directDebitAmountReq in interface IpChargingSessionOperations
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER

release

public void release(int sessionID,
                    int requestNumber)
             throws TpCommonExceptions,
                    P_INVALID_SESSION_ID,
                    P_INVALID_REQUEST_NUMBER
Specified by:
release in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER

creditUnitReq

public void creditUnitReq(int sessionID,
                          TpApplicationDescription applicationDescription,
                          TpVolume[] volumes,
                          boolean closeReservation,
                          int requestNumber)
                   throws TpCommonExceptions,
                          P_INVALID_SESSION_ID,
                          P_INVALID_REQUEST_NUMBER,
                          P_INVALID_VOLUME
Specified by:
creditUnitReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
P_INVALID_VOLUME

reserveUnitReq

public void reserveUnitReq(int sessionID,
                           TpApplicationDescription applicationDescription,
                           TpChargingParameter[] chargingParameters,
                           TpVolume[] volumes,
                           int requestNumber)
                    throws TpCommonExceptions,
                           P_INVALID_SESSION_ID,
                           P_INVALID_REQUEST_NUMBER,
                           P_INVALID_VOLUME
Specified by:
reserveUnitReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
P_INVALID_VOLUME

debitUnitReq

public void debitUnitReq(int sessionID,
                         TpApplicationDescription applicationDescription,
                         TpVolume[] volumes,
                         boolean closeReservation,
                         int requestNumber)
                  throws TpCommonExceptions,
                         P_INVALID_SESSION_ID,
                         P_INVALID_REQUEST_NUMBER,
                         P_INVALID_VOLUME
Specified by:
debitUnitReq in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
P_INVALID_VOLUME

getLifeTimeLeft

public int getLifeTimeLeft(int sessionID)
                    throws TpCommonExceptions,
                           P_INVALID_SESSION_ID
Specified by:
getLifeTimeLeft in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

getAmountLeft

public TpChargingPrice getAmountLeft(int sessionID)
                              throws TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
getAmountLeft in interface IpChargingSessionOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

reserveAmountReq

public void reserveAmountReq(int sessionID,
                             TpApplicationDescription applicationDescription,
                             TpChargingParameter[] chargingParameters,
                             TpChargingPrice preferredAmount,
                             TpChargingPrice minimumAmount,
                             int requestNumber)
                      throws P_INVALID_AMOUNT,
                             P_INVALID_CURRENCY,
                             TpCommonExceptions,
                             P_INVALID_SESSION_ID,
                             P_INVALID_REQUEST_NUMBER
Specified by:
reserveAmountReq in interface IpChargingSessionOperations
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER


Copyright © 2009. All Rights Reserved.