FourMSControllerInterfaces
Class SubActionCompletionListenerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by FourMSControllerInterfaces.SubActionCompletionListenerPOA
          extended by FourMSControllerInterfaces.SubActionCompletionListenerPOATie
All Implemented Interfaces:
SubActionCompletionListenerOperations, org.omg.CORBA.portable.InvokeHandler

public class SubActionCompletionListenerPOATie
extends SubActionCompletionListenerPOA

Generated from IDL interface "SubActionCompletionListener"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Field Summary
private  SubActionCompletionListenerOperations _delegate
           
private  org.omg.PortableServer.POA _poa
           
 
Constructor Summary
SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate)
           
SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 SubActionCompletionListenerOperations _delegate()
           
 void _delegate(SubActionCompletionListenerOperations delegate)
           
 SubActionCompletionListener _this()
           
 SubActionCompletionListener _this(org.omg.CORBA.ORB orb)
           
 void subActionEnded(java.lang.String SubactionName, java.lang.String MechanismName, java.lang.String InstrumentName, int ReasonCode, java.lang.String Reason, int CmdError, java.lang.String CmdErrorStr, int MechError, java.lang.String Severity, java.lang.String MechErrorStr)
           
 
Methods inherited from class FourMSControllerInterfaces.SubActionCompletionListenerPOA
_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
 

Field Detail

_delegate

private SubActionCompletionListenerOperations _delegate

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

SubActionCompletionListenerPOATie

public SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate)

SubActionCompletionListenerPOATie

public SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate,
                                         org.omg.PortableServer.POA poa)
Method Detail

_this

public SubActionCompletionListener _this()
Overrides:
_this in class SubActionCompletionListenerPOA

_this

public SubActionCompletionListener _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class SubActionCompletionListenerPOA

_delegate

public SubActionCompletionListenerOperations _delegate()

_delegate

public void _delegate(SubActionCompletionListenerOperations delegate)

_default_POA

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

subActionEnded

public void subActionEnded(java.lang.String SubactionName,
                           java.lang.String MechanismName,
                           java.lang.String InstrumentName,
                           int ReasonCode,
                           java.lang.String Reason,
                           int CmdError,
                           java.lang.String CmdErrorStr,
                           int MechError,
                           java.lang.String Severity,
                           java.lang.String MechErrorStr)