Uses of Interface
FourMSControllerInterfaces.SubActionOperations

Packages that use SubActionOperations
ACAMController   
FourMS   
FourMSControllerInterfaces   
 

Uses of SubActionOperations in ACAMController
 

Classes in ACAMController that implement SubActionOperations
 class ACAMConfigurationChange
          This class implements a software controller level sequence subaction which will result in the specified configuration being deployed.
 class ACAMFocusTelescopeSubaction
          A class which implements the subaction which will allow a CORBA client to focus the telescope based on the optical qualities of the optical components which have been deployed in the optical path in the SLU/WHA/WHB mechanisms of ACAM.
 class InitialiseAllMechanisms
          This class implements a software controller level sequence subaction which will result in the initialisation of all of the mechanisms in the ACAM instrument.
 class MoveACAMMechanismWithRefocus
          This class implements a software controller level sequence subaction which will result in the specified mechanism being moved and the telescope being refocussed to take into account the focus offsets of the various optical components which are to be found in the light path.
 class SetTelescopeAutoFocus
          This class provides a subaction which can be used to enable or disable the automatic focussing of the telescope after a mechanism in ACAM has been moved
 

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 UpdateFilterList
          This is an subaction which can be used to update the noticeboard items which hold the details of the filters for each of the mechanisms which can hold filters which are held in a specified 4MS system.
 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 located in a specified instrument controller system.
 

Uses of SubActionOperations in FourMSControllerInterfaces
 

Subinterfaces of SubActionOperations in FourMSControllerInterfaces
 interface SubAction
          Generated from IDL interface "SubAction".
 

Classes in FourMSControllerInterfaces that implement SubActionOperations
 class _SubActionStub
          Generated from IDL interface "SubAction".
 class SubActionPOA
          Generated from IDL interface "SubAction".
 class SubActionPOATie
          Generated from IDL interface "SubAction".
 

Fields in FourMSControllerInterfaces declared as SubActionOperations
private  SubActionOperations SubActionPOATie._delegate
           
 

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)