FourMSControllerInterfaces
Class SubActionPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by FourMSControllerInterfaces.SubActionPOA
          extended by FourMSControllerInterfaces.SubActionPOATie
All Implemented Interfaces:
SubActionOperations, org.omg.CORBA.portable.InvokeHandler

public class SubActionPOATie
extends SubActionPOA

Generated from IDL interface "SubAction"

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

Field Summary
private  SubActionOperations _delegate
           
private  org.omg.PortableServer.POA _poa
           
 
Constructor Summary
SubActionPOATie(SubActionOperations delegate)
           
SubActionPOATie(SubActionOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 SubActionOperations _delegate()
           
 void _delegate(SubActionOperations delegate)
           
 SubAction _this()
           
 SubAction _this(org.omg.CORBA.ORB orb)
           
 boolean cancelAction()
           
 boolean startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 
Methods inherited from class FourMSControllerInterfaces.SubActionPOA
_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 SubActionOperations _delegate

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

SubActionPOATie

public SubActionPOATie(SubActionOperations delegate)

SubActionPOATie

public SubActionPOATie(SubActionOperations delegate,
                       org.omg.PortableServer.POA poa)
Method Detail

_this

public SubAction _this()
Overrides:
_this in class SubActionPOA

_this

public SubAction _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class SubActionPOA

_delegate

public SubActionOperations _delegate()

_delegate

public void _delegate(SubActionOperations delegate)

_default_POA

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

cancelAction

public boolean cancelAction()
                     throws SubActionNotInProgressException
Throws:
SubActionNotInProgressException

startAction

public boolean startAction(java.lang.String[] SubActionArgs,
                           SubActionCompletionListener SubActionInitiatorCB)
                    throws SubActionInProgressException,
                           UnableToStartSubactionException
Throws:
SubActionInProgressException
UnableToStartSubactionException