FourMSControllerInterfaces
Interface SubActionOperations

All Known Subinterfaces:
SubAction
All Known Implementing Classes:
_SubActionStub, SubAction, SubActionPOA, SubActionPOATie, UpdateOpticalComponentList

public interface SubActionOperations

Generated from IDL interface "SubAction"

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

Method Summary
 boolean cancelAction()
           
 boolean startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 

Method Detail

startAction

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

cancelAction

boolean cancelAction()
                     throws SubActionNotInProgressException
Throws:
SubActionNotInProgressException