org.csapi.cs
Class IpChargingSessionPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.cs.IpChargingSessionPOA
org.csapi.cs.IpChargingSessionPOATie
- All Implemented Interfaces:
- IpChargingSessionOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpChargingSessionPOATie
- extends IpChargingSessionPOA
Generated from IDL interface "IpChargingSession"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpChargingSessionOperations |
_delegate()
|
void |
_delegate(IpChargingSessionOperations delegate)
|
IpChargingSession |
_this()
|
IpChargingSession |
_this(org.omg.CORBA.ORB orb)
|
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.PortableServer.Servant |
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpChargingSessionPOATie
public IpChargingSessionPOATie(IpChargingSessionOperations delegate)
IpChargingSessionPOATie
public IpChargingSessionPOATie(IpChargingSessionOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpChargingSession _this()
- Overrides:
_this in class IpChargingSessionPOA
_this
public IpChargingSession _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpChargingSessionPOA
_delegate
public IpChargingSessionOperations _delegate()
_delegate
public void _delegate(IpChargingSessionOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
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
- 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
- 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
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
getUnitLeft
public TpVolume[] getUnitLeft(int sessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
extendLifeTimeReq
public void extendLifeTimeReq(int sessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
getAmountLeft
public TpChargingPrice getAmountLeft(int sessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- 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
- Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
P_INVALID_REQUEST_NUMBER
Copyright © 2008. All Rights Reserved.