Uses of Class
FourMSControllerInterfaces.SubActionNotInProgressException

Packages that use SubActionNotInProgressException
FourMS   
FourMSControllerInterfaces   
 

Uses of SubActionNotInProgressException in FourMS
 

Methods in FourMS that throw SubActionNotInProgressException
 boolean SequenceSubaction.cancelAction()
          We have to specify this but we do not implement it.
 boolean SubAction.cancelAction()
          This method allows a sub-action to be cancelled it actually does nothing to the 4MS but resets the state of the SubAction to SUBACTIONIDLE so that it may be called again.
 boolean UpdateOpticalComponentList.cancelAction()
          This is part of the interface to the SubActions operations which we are bound to implement, it results in the subaction being cancelled but in effect does nothing as this action is completed immediately as it only interacts with the software controller and not the 4MS itself
 

Uses of SubActionNotInProgressException in FourMSControllerInterfaces
 

Fields in FourMSControllerInterfaces declared as SubActionNotInProgressException
 SubActionNotInProgressException SubActionNotInProgressExceptionHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubActionNotInProgressException
static SubActionNotInProgressException SubActionNotInProgressExceptionHelper.extract(org.omg.CORBA.Any any)
           
static SubActionNotInProgressException SubActionNotInProgressExceptionHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionNotInProgressException
static void SubActionNotInProgressExceptionHelper.insert(org.omg.CORBA.Any any, SubActionNotInProgressException s)
           
static void SubActionNotInProgressExceptionHelper.write(org.omg.CORBA.portable.OutputStream out, SubActionNotInProgressException s)
           
 

Methods in FourMSControllerInterfaces that throw SubActionNotInProgressException
 boolean SubActionOperations.cancelAction()
           
 boolean SubActionPOATie.cancelAction()
           
 boolean _SubActionStub.cancelAction()
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionNotInProgressException
SubActionNotInProgressExceptionHolder(SubActionNotInProgressException initial)