|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubActionNotInProgressException | |
---|---|
FourMS | |
FourMSControllerInterfaces | |
PFIPController |
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 a)
|
static SubActionNotInProgressException |
SubActionNotInProgressExceptionHelper.read(org.omg.CORBA.portable.InputStream istream)
|
Methods in FourMSControllerInterfaces with parameters of type SubActionNotInProgressException | |
---|---|
static void |
SubActionNotInProgressExceptionHelper.insert(org.omg.CORBA.Any a,
SubActionNotInProgressException that)
|
static void |
SubActionNotInProgressExceptionHelper.write(org.omg.CORBA.portable.OutputStream ostream,
SubActionNotInProgressException value)
|
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 initialValue)
|
Uses of SubActionNotInProgressException in PFIPController |
---|
Methods in PFIPController that throw SubActionNotInProgressException | |
---|---|
boolean |
ModifyADCUpdateStatusSubaction.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 |
boolean |
ResetAutoGuiderFocusOffset.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 |
boolean |
SetFilterOverrides.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 |
boolean |
UpdatePFIPFilterList.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |