Uses of Class
FourMSControllerInterfaces.SubActionInProgressException

Packages that use SubActionInProgressException
FourMS   
FourMSControllerInterfaces   
PFIPController   
 

Uses of SubActionInProgressException in FourMS
 

Methods in FourMS that throw SubActionInProgressException
 boolean SequenceSubaction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction.
 boolean SubAction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method will be used to send a command to the 4MS controller.
 boolean UpdateOpticalComponentList.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, no arguments are expected in the subaction array.
 

Uses of SubActionInProgressException in FourMSControllerInterfaces
 

Fields in FourMSControllerInterfaces declared as SubActionInProgressException
 SubActionInProgressException SubActionInProgressExceptionHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubActionInProgressException
static SubActionInProgressException SubActionInProgressExceptionHelper.extract(org.omg.CORBA.Any a)
           
static SubActionInProgressException SubActionInProgressExceptionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionInProgressException
static void SubActionInProgressExceptionHelper.insert(org.omg.CORBA.Any a, SubActionInProgressException that)
           
static void SubActionInProgressExceptionHelper.write(org.omg.CORBA.portable.OutputStream ostream, SubActionInProgressException value)
           
 

Methods in FourMSControllerInterfaces that throw SubActionInProgressException
 boolean SubActionOperations.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean SubActionPOATie.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean _SubActionStub.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionInProgressException
SubActionInProgressExceptionHolder(SubActionInProgressException initialValue)
           
 

Uses of SubActionInProgressException in PFIPController
 

Methods in PFIPController that throw SubActionInProgressException
 boolean ModifyADCUpdateStatusSubaction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not the ADC update should be enabled or disabled.
 boolean ResetAutoGuiderFocusOffset.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not the ADC update should be enabled or disabled.
 boolean SetFilterOverrides.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not filter overrides should be used when specified.
 boolean UpdatePFIPFilterList.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, no arguments are expected in the subaction array