Uses of Class
OCSEPICS.EPICSMechanism

Packages that use EPICSMechanism
OCSEPICS   
 

Uses of EPICSMechanism in OCSEPICS
 

Fields in OCSEPICS declared as EPICSMechanism
private  EPICSMechanism OCSAction.Mechanism
          The EPICS mechanism.
 

Fields in OCSEPICS with type parameters of type EPICSMechanism
protected  java.util.Hashtable<java.lang.String,EPICSMechanism> EPICSController.Mechanisms
          Mechanisms which are associated with the IOC which can be moved in some way
 

Constructors in OCSEPICS with parameters of type EPICSMechanism
OCSAction(MessageHandler SyslogMessageHandler, java.sql.Connection DBConnection, java.lang.String SubactionName, java.lang.String MechName, java.lang.String InstrumentName, java.util.Hashtable<java.lang.String,ProcessVariable> ActionRelatedPVs, OCSCORBAHelper CORBAHelper, int SubactionTimeout, FourMS.FourMSParameterConverter ParameterConvertor, EPICSMechanism Mechanism)
          The constructor for the class.