Uses of Class
FourMSControllerInterfaces.UnableToStartSubactionException

Packages that use UnableToStartSubactionException
FourMS   
FourMSControllerInterfaces   
PFIPController   
 

Uses of UnableToStartSubactionException in FourMS
 

Methods in FourMS that throw UnableToStartSubactionException
 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 UnableToStartSubactionException in FourMSControllerInterfaces
 

Fields in FourMSControllerInterfaces declared as UnableToStartSubactionException
 UnableToStartSubactionException UnableToStartSubactionExceptionHolder.value
           
 

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

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

Methods in FourMSControllerInterfaces that throw UnableToStartSubactionException
 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 UnableToStartSubactionException
UnableToStartSubactionExceptionHolder(UnableToStartSubactionException initialValue)
           
 

Uses of UnableToStartSubactionException in PFIPController
 

Methods in PFIPController that throw UnableToStartSubactionException
 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