org.csapi.cs
Interface IpChargingManagerOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpChargingManager
All Known Implementing Classes:
_IpChargingManagerStub, IpChargingManagerPOA, IpChargingManagerPOATie

public interface IpChargingManagerOperations
extends IpServiceOperations

Generated from IDL interface "IpChargingManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 TpChargingSessionID createChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress user, TpCorrelationID correlationID)
           
 TpChargingSessionID createSplitChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress[] users, TpCorrelationID correlationID)
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

createChargingSession

TpChargingSessionID createChargingSession(IpAppChargingSession appChargingSession,
                                          java.lang.String sessionDescription,
                                          TpMerchantAccountID merchantAccount,
                                          TpAddress user,
                                          TpCorrelationID correlationID)
                                          throws TpCommonExceptions,
                                                 P_INVALID_ACCOUNT,
                                                 P_INVALID_USER
Throws:
TpCommonExceptions
P_INVALID_ACCOUNT
P_INVALID_USER

createSplitChargingSession

TpChargingSessionID createSplitChargingSession(IpAppChargingSession appChargingSession,
                                               java.lang.String sessionDescription,
                                               TpMerchantAccountID merchantAccount,
                                               TpAddress[] users,
                                               TpCorrelationID correlationID)
                                               throws TpCommonExceptions,
                                                      P_INVALID_ACCOUNT,
                                                      P_INVALID_USER
Throws:
TpCommonExceptions
P_INVALID_ACCOUNT
P_INVALID_USER


Copyright © 2008. All Rights Reserved.