FourMSControllerInterfaces
Class SubActionInitiatorPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by FourMSControllerInterfaces.SubActionInitiatorPOA
          extended by FourMSControllerInterfaces.SubActionInitiatorPOATie
All Implemented Interfaces:
SubActionInitiatorOperations, org.omg.CORBA.portable.InvokeHandler

public class SubActionInitiatorPOATie
extends SubActionInitiatorPOA

Generated from IDL interface "SubActionInitiator"

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

Field Summary
private  SubActionInitiatorOperations _delegate
           
private  org.omg.PortableServer.POA _poa
           
 
Constructor Summary
SubActionInitiatorPOATie(SubActionInitiatorOperations delegate)
           
SubActionInitiatorPOATie(SubActionInitiatorOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 SubActionInitiatorOperations _delegate()
           
 void _delegate(SubActionInitiatorOperations delegate)
           
 SubActionInitiator _this()
           
 SubActionInitiator _this(org.omg.CORBA.ORB orb)
           
 void subActionEnded(int ReasonCode, java.lang.String Reason)
           
 
Methods inherited from class FourMSControllerInterfaces.SubActionInitiatorPOA
_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 SubActionInitiatorOperations _delegate

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

SubActionInitiatorPOATie

public SubActionInitiatorPOATie(SubActionInitiatorOperations delegate)

SubActionInitiatorPOATie

public SubActionInitiatorPOATie(SubActionInitiatorOperations delegate,
                                org.omg.PortableServer.POA poa)
Method Detail

_this

public SubActionInitiator _this()
Overrides:
_this in class SubActionInitiatorPOA

_this

public SubActionInitiator _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class SubActionInitiatorPOA

_delegate

public SubActionInitiatorOperations _delegate()

_delegate

public void _delegate(SubActionInitiatorOperations delegate)

_default_POA

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

subActionEnded

public void subActionEnded(int ReasonCode,
                           java.lang.String Reason)