Uses of Interface
FourMSControllerInterfaces.SubActionOperations

Packages that use SubActionOperations
FourMS   
FourMSControllerInterfaces   
ISISController   
 

Uses of SubActionOperations in FourMS
 

Classes in FourMS that implement SubActionOperations
 class SubAction
          This class describes a dialogue which may take place between the 4MS and a client.
 class UpdateOpticalComponentList
          This is an subaction which can be used to update the noticeboard items which hold the details of the optical components for each of the mechanisms which can hold optical components which are held in a specified instrument controller system.
 

Uses of SubActionOperations in FourMSControllerInterfaces
 

Subinterfaces of SubActionOperations in FourMSControllerInterfaces
 interface SubAction
          FourMSControllerInterfaces/SubAction.java .
 

Classes in FourMSControllerInterfaces that implement SubActionOperations
 class _SubActionStub
          FourMSControllerInterfaces/_SubActionStub.java .
 class SubActionPOA
          FourMSControllerInterfaces/SubActionPOA.java .
 class SubActionPOATie
          FourMSControllerInterfaces/SubActionPOATie.java .
 

Fields in FourMSControllerInterfaces declared as SubActionOperations
private  SubActionOperations SubActionPOATie._impl
           
 

Methods in FourMSControllerInterfaces that return SubActionOperations
 SubActionOperations SubActionPOATie._delegate()
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionOperations
 void SubActionPOATie._delegate(SubActionOperations delegate)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionOperations
SubActionPOATie(SubActionOperations delegate)
           
SubActionPOATie(SubActionOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of SubActionOperations in ISISController
 

Classes in ISISController that implement SubActionOperations
 class ControlSlitDoor
          This class implements a software controller level sequence subaction which will result in the positioning of the slit door mechanism to either it's locked or unlocked position.
 class SetCentralWavelengthAction
          This class implements a software controller level sequence subaction which will result in the position of either the red or blue grating being set according to a central wavelength which is specified by the user.
 class SetCurrentGrating
          This class implements a software controller level sequence subaction which will result in the name of the current grating for the specified arm being updated in the system.
 class SetSlitWidthArcsecs
          This class implements a software controller level sequence subaction which will result the setting of the slit width mechanism so that it corresponds to the length specific in arcsecs by the user
 class UpdateCurrentDichroic
          This class implements a software controller level sequence subaction which permits a client to be able to set the name of the dichroic which is inserted into the blue fold.
 class UpdateGratingOffset
          This class implements a software controller level sequence subaction which permits a client to be able to set the grating offset which is associated with both the red and blue grating mechanisms.
 class UpdateGratingOrder
          This class implements a software controller level sequence subaction which permits a client to be able to set the grating order which is associated with both the red and blue grating mechanisms.