org.csapi.dsc
Class IpDataSessionPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.dsc.IpDataSessionPOA
          extended by org.csapi.dsc.IpDataSessionPOATie
All Implemented Interfaces:
IpDataSessionOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpDataSessionPOATie
extends IpDataSessionPOA

Generated from IDL interface "IpDataSession"

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

Constructor Summary
IpDataSessionPOATie(IpDataSessionOperations delegate)
           
IpDataSessionPOATie(IpDataSessionOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpDataSessionOperations _delegate()
           
 void _delegate(IpDataSessionOperations delegate)
           
 IpDataSession _this()
           
 IpDataSession _this(org.omg.CORBA.ORB orb)
           
 int connectReq(int dataSessionID, TpDataSessionReportRequest[] responseRequested, TpAddress targetAddress)
           
 void continueProcessing(int dataSessionID)
           
 void deassignDataSession(int dataSessionID)
           
 void release(int dataSessionID, TpDataSessionReleaseCause cause)
           
 void setAdviceOfCharge(int dataSessionID, TpAoCInfo aoCInfo, int tariffSwitch)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 void setDataSessionChargePlan(int dataSessionID, TpDataSessionChargePlan dataSessionChargePlan)
           
 void superviseDataSessionReq(int dataSessionID, int treatment, TpDataSessionSuperviseVolume bytes)
           
 
Methods inherited from class org.csapi.dsc.IpDataSessionPOA
_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

IpDataSessionPOATie

public IpDataSessionPOATie(IpDataSessionOperations delegate)

IpDataSessionPOATie

public IpDataSessionPOATie(IpDataSessionOperations delegate,
                           org.omg.PortableServer.POA poa)
Method Detail

_this

public IpDataSession _this()
Overrides:
_this in class IpDataSessionPOA

_this

public IpDataSession _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpDataSessionPOA

_delegate

public IpDataSessionOperations _delegate()

_delegate

public void _delegate(IpDataSessionOperations delegate)

_default_POA

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

setCallback

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

release

public void release(int dataSessionID,
                    TpDataSessionReleaseCause cause)
             throws P_INVALID_NETWORK_STATE,
                    TpCommonExceptions,
                    P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID

deassignDataSession

public void deassignDataSession(int dataSessionID)
                         throws TpCommonExceptions,
                                P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

setDataSessionChargePlan

public void setDataSessionChargePlan(int dataSessionID,
                                     TpDataSessionChargePlan dataSessionChargePlan)
                              throws P_INVALID_NETWORK_STATE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID

superviseDataSessionReq

public void superviseDataSessionReq(int dataSessionID,
                                    int treatment,
                                    TpDataSessionSuperviseVolume bytes)
                             throws P_INVALID_NETWORK_STATE,
                                    TpCommonExceptions,
                                    P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID

continueProcessing

public void continueProcessing(int dataSessionID)
                        throws P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID

connectReq

public int connectReq(int dataSessionID,
                      TpDataSessionReportRequest[] responseRequested,
                      TpAddress targetAddress)
               throws P_INVALID_NETWORK_STATE,
                      TpCommonExceptions,
                      P_INVALID_ADDRESS,
                      P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_ADDRESS
P_INVALID_SESSION_ID

setAdviceOfCharge

public void setAdviceOfCharge(int dataSessionID,
                              TpAoCInfo aoCInfo,
                              int tariffSwitch)
                       throws P_INVALID_NETWORK_STATE,
                              TpCommonExceptions,
                              P_INVALID_TIME_AND_DATE_FORMAT
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_TIME_AND_DATE_FORMAT

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


Copyright © 2008. All Rights Reserved.