Uses of Interface
org.scictrl.csshell.Request
Packages that use Request
- 
Uses of Request in org.scictrl.csshell
Classes in org.scictrl.csshell that implement RequestModifier and TypeClassDescriptionclassRequestImpl<C extends AbstractConnector<?>>Default implementation of request object.Fields in org.scictrl.csshell declared as RequestModifier and TypeFieldDescriptionResponseEvent.requestVariable holding a reference to the request object.Methods in org.scictrl.csshell that return RequestModifier and TypeMethodDescriptionResponse.getRequest()ReturnsRequestobject, which initiated this response.ResponseEvent.getRequest()Returns the request specified as a constructor parameter.ResponseImpl.getRequest()ReturnsRequestobject, which initiated this response.Connection.getValue(ResponseListener<C> l) getValue.Connection.setValue(T value, ResponseListener<C> l) setValue.Constructors in org.scictrl.csshell with parameters of type RequestModifierConstructorDescriptionCreates a new instance of the event, by specifying theAsynchronousAccesssource 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
Methods in org.scictrl.csshell.dummy that return RequestModifier and TypeMethodDescriptionDummyConnection.getValue(ResponseListener<DummyConnector> l) getValue.DummyConnection.setValue(T value, ResponseListener<DummyConnector> l) setValue. - 
Uses of Request in org.scictrl.csshell.epics
Classes in org.scictrl.csshell.epics that implement RequestModifier and TypeClassDescriptionclassGet request object, a callback for get calls.classPut request object.Methods in org.scictrl.csshell.epics that return RequestModifier and TypeMethodDescriptionEPICSConnection.getValue(ResponseListener<EPICSConnector> l) getValue.EPICSConnection.setValue(T value, ResponseListener<EPICSConnector> l) setValue.