org.csapi.cs
Class IpChargingManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.cs.IpChargingManagerPOA
          extended by org.csapi.cs.IpChargingManagerPOATie
All Implemented Interfaces:
IpChargingManagerOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpChargingManagerPOATie
extends IpChargingManagerPOA

Generated from IDL interface "IpChargingManager"

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

Constructor Summary
IpChargingManagerPOATie(IpChargingManagerOperations delegate)
           
IpChargingManagerPOATie(IpChargingManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpChargingManagerOperations _delegate()
           
 void _delegate(IpChargingManagerOperations delegate)
           
 IpChargingManager _this()
           
 IpChargingManager _this(org.omg.CORBA.ORB orb)
           
 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)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.csapi.cs.IpChargingManagerPOA
_all_interfaces, _invoke
 
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
 

Constructor Detail

IpChargingManagerPOATie

public IpChargingManagerPOATie(IpChargingManagerOperations delegate)

IpChargingManagerPOATie

public IpChargingManagerPOATie(IpChargingManagerOperations delegate,
                               org.omg.PortableServer.POA poa)
Method Detail

_this

public IpChargingManager _this()
Overrides:
_this in class IpChargingManagerPOA

_this

public IpChargingManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpChargingManagerPOA

_delegate

public IpChargingManagerOperations _delegate()

_delegate

public void _delegate(IpChargingManagerOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

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

createSplitChargingSession

public 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

createChargingSession

public 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

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions


Copyright © 2008. All Rights Reserved.