org.csapi.dsc
Class IpAppDataSessionPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.dsc.IpAppDataSessionPOA
          extended by org.csapi.dsc.IpAppDataSessionPOATie
All Implemented Interfaces:
IpAppDataSessionOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpAppDataSessionPOATie
extends IpAppDataSessionPOA

Generated from IDL interface "IpAppDataSession"

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

Constructor Summary
IpAppDataSessionPOATie(IpAppDataSessionOperations delegate)
           
IpAppDataSessionPOATie(IpAppDataSessionOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpAppDataSessionOperations _delegate()
           
 void _delegate(IpAppDataSessionOperations delegate)
           
 IpAppDataSession _this()
           
 IpAppDataSession _this(org.omg.CORBA.ORB orb)
           
 void connectErr(int dataSessionID, TpDataSessionError errorIndication, int assignmentID)
           
 void connectRes(int dataSessionID, TpDataSessionReport eventReport, int assignmentID)
           
 void dataSessionFaultDetected(int dataSessionID, TpDataSessionFault fault)
           
 void superviseDataSessionErr(int dataSessionID, TpDataSessionError errorIndication)
           
 void superviseDataSessionRes(int dataSessionID, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
           
 
Methods inherited from class org.csapi.dsc.IpAppDataSessionPOA
_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

IpAppDataSessionPOATie

public IpAppDataSessionPOATie(IpAppDataSessionOperations delegate)

IpAppDataSessionPOATie

public IpAppDataSessionPOATie(IpAppDataSessionOperations delegate,
                              org.omg.PortableServer.POA poa)
Method Detail

_this

public IpAppDataSession _this()
Overrides:
_this in class IpAppDataSessionPOA

_this

public IpAppDataSession _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpAppDataSessionPOA

_delegate

public IpAppDataSessionOperations _delegate()

_delegate

public void _delegate(IpAppDataSessionOperations delegate)

_default_POA

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

dataSessionFaultDetected

public void dataSessionFaultDetected(int dataSessionID,
                                     TpDataSessionFault fault)

superviseDataSessionErr

public void superviseDataSessionErr(int dataSessionID,
                                    TpDataSessionError errorIndication)

superviseDataSessionRes

public void superviseDataSessionRes(int dataSessionID,
                                    int report,
                                    TpDataSessionSuperviseVolume usedVolume,
                                    TpDataSessionQosClass qualityOfService)

connectRes

public void connectRes(int dataSessionID,
                       TpDataSessionReport eventReport,
                       int assignmentID)

connectErr

public void connectErr(int dataSessionID,
                       TpDataSessionError errorIndication,
                       int assignmentID)


Copyright © 2008. All Rights Reserved.