FourMSControllerInterfaces
Interface SubActionOperations

All Known Subinterfaces:
SubAction
All Known Implementing Classes:
_SubActionStub, ACAMConfigurationChange, ACAMFocusTelescopeSubaction, InitialiseAllMechanisms, MoveACAMMechanismWithRefocus, SetTelescopeAutoFocus, SubAction, SubActionPOA, SubActionPOATie, UpdateFilterList, UpdateOpticalComponentList

public interface SubActionOperations

Generated from IDL interface "SubAction".

Version:
generated at Aug 7, 2009 10:22:00 AM
Author:
JacORB IDL compiler V 2.3.0, 17-Feb-2007

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