Uses of Interface
org.scictrl.csshell.Request
-
Uses of Request in org.scictrl.csshell
Modifier and TypeClassDescriptionclass
RequestImpl<C extends AbstractConnector<?>>
Default implementation of request object.Modifier and TypeFieldDescriptionResponseEvent.request
Variable holding a reference to the request object.Modifier and TypeMethodDescriptionResponse.getRequest()
ReturnsRequest
object, which initiated this response.ResponseEvent.getRequest()
Returns the request specified as a constructor parameter.ResponseImpl.getRequest()
ReturnsRequest
object, which initiated this response.Connection.getValue
(ResponseListener<C> l) getValue.Connection.setValue
(T value, ResponseListener<C> l) setValue.ModifierConstructorDescriptionCreates a new instance of the event, by specifying theAsynchronousAccess
source that generated the event and the request object which caused the notification to occur.ResponseImpl
(Connection<C, ?, ?> source, Request<C> r, Object tag, boolean success, Exception error, Poop<?, ?> poop, boolean last) Creates a new ResponseImpl object. -
Uses of Request in org.scictrl.csshell.dummy
Modifier and TypeMethodDescriptionDummyConnection.getValue
(ResponseListener<DummyConnector> l) getValue.DummyConnection.setValue
(T value, ResponseListener<DummyConnector> l) setValue. -
Uses of Request in org.scictrl.csshell.epics
Modifier and TypeClassDescriptionclass
Get request object, a callback for get calls.class
Put request object.Modifier and TypeMethodDescriptionEPICSConnection.getValue
(ResponseListener<EPICSConnector> l) getValue.EPICSConnection.setValue
(T value, ResponseListener<EPICSConnector> l) setValue.