Uses of Interface
FourMSControllerInterfaces.SubActionOperations

Packages that use SubActionOperations
FourMS   
FourMSControllerInterfaces   
 

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 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)