Uses of Class
FourMS.FourMSMessageHandler

Packages that use FourMSMessageHandler
FourMS   
 

Uses of FourMSMessageHandler in FourMS
 

Fields in FourMS declared as FourMSMessageHandler
protected  FourMSMessageHandler FourMSController.ER412MessageHandler
          This is the message handler which will be responisble for sending the messages out to the 4MS and receiving incoming messages coming back from the 4MS
private  FourMSMessageHandler Mechanism.ER412MessageHandler
          This will be used in order to send messages to the 4MS microprocessor (or the simulator)
private  FourMSMessageHandler MessageListener.ER412MessageHandler
          This object will be informed when a message comes in and it will be it's responsibility to handle the message and ultimately pass it on to another object which will have the responsibility of processing the message
private  FourMSMessageHandler SubAction.ER412MessageHandler
          This will be used in order to send messages to the 4MS microprocessor (or the simulator)
 

Constructors in FourMS with parameters of type FourMSMessageHandler
Mechanism(java.sql.Connection DBConnection, java.lang.String InstrumentName, java.lang.String MechanismName, MessageHandler SysLogMessageHandler, FourMSParameterConverter ER412ParameterConverter, org.omg.CORBA.ORB Orb, org.omg.PortableServer.POA Poa, org.omg.CosNaming.NamingContextExt ControllerNameServiceContext, FourMSMessageHandler ER412MessageHandler)
          This is the constructor for this class
MessageListener(boolean FourMSTransceiverClient, int SocketNumber, int BufferSize, FourMSMessageHandler ER412MessageHandler, MessageHandler SyslogMessageHandler)
          This is the constructor for the class which will be used to define an object that will use a TCP/IP socket for input.
MessageListener(java.lang.String PortServerPort, FourMSMessageHandler ER412MessageHandler, MessageHandler SyslogMessageHandler)
          This is the constructor which will be used to set up th message listener so that it will talk to FourMS instrument through a port portserver.
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