Uses of Class
org.scictrl.csshell.epics.EPICSConnector
-
Uses of EPICSConnector in org.scictrl.csshell.epics
Modifier and TypeMethodDescriptionEPICSConnection.getConnector()
Returns Connector object responsible for this connection.static EPICSConnector
EPICSConnector.newInstance
(Properties configuration) Create new EPICS plug instance.Modifier and TypeMethodDescriptionEPICSConnection.getValue
(ResponseListener<EPICSConnector> l) getValue.EPICSConnection.setValue
(T value, ResponseListener<EPICSConnector> l) setValue.Modifier and TypeMethodDescriptionEPICSConnection.getValue
(ResponseListener<EPICSConnector> l) getValue.EPICSConnection.setValue
(T value, ResponseListener<EPICSConnector> l) setValue.ModifierConstructorDescriptionEPICSConnection
(String name, DataType dataType, EPICSConnector connector) Constructor for EPICSConnection.ModifierConstructorDescriptionGetRequest
(Connection<EPICSConnector, ?, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of get request.GetRequest
(Connection<EPICSConnector, ?, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of get request.PutRequest
(Connection<EPICSConnector, T, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of put request.PutRequest
(Connection<EPICSConnector, T, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of put request. -
Uses of EPICSConnector in org.scictrl.csshell.epics.server