Uses of Class
FourMS.Mechanism

Packages that use Mechanism
FourMS   
 

Uses of Mechanism in FourMS
 

Fields in FourMS declared as Mechanism
private  Mechanism SubAction.ParentMechanism
          This is the mechanism which this subactions is associated with
 

Fields in FourMS with type parameters of type Mechanism
private  java.util.Hashtable<java.lang.String,Mechanism> FourMSControllerMessageDispatcher.ER412Mechanisms
          Stores references to mechanism objects so that when a message comes back destined for that mechanism, it can inform it.
protected  java.util.Hashtable<java.lang.String,Mechanism> FourMSController.Mechanisms
          Holds the details of all of the mechanisms which are to be found on this 4MS microprocessor.
 

Method parameters in FourMS with type arguments of type Mechanism
 void FourMSControllerMessageDispatcher.setMechanismListeners(java.util.Hashtable<java.lang.String,Mechanism> ER412Mechanisms)
          Used to set the ER412Mechanisms which will be informed when there is an incoming message which is bound for one of them
 

Constructors in FourMS with parameters of type Mechanism
SubAction(java.lang.String SubActionName, int TimeOut, java.lang.String InstrumentName, java.lang.String MechanismName, Mechanism ParentMechanism, java.sql.Connection DBConnection, MessageHandler SyslogMessageHandler, FourMSParameterConverter ER412ParameterConverter, FourMSMessageHandler ER412MessageHandler)
          This is the constructor and will result in the configuration data from the WHTOCS database being read in and the subaction configured accordingly