Uses of Interface
com.cosylab.epics.caj.impl.ResponseRequest
-
Packages that use ResponseRequest Package Description com.cosylab.epics.caj com.cosylab.epics.caj.impl com.cosylab.epics.caj.impl.requests -
-
Uses of ResponseRequest in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj that return ResponseRequest Modifier and Type Method Description ResponseRequestCAJContext. getResponseRequest(int ioid)Searches for a response request with given channel IOID.ResponseRequestCAJContext. unregisterResponseRequest(ResponseRequest request)Unregister response request.Methods in com.cosylab.epics.caj with parameters of type ResponseRequest Modifier and Type Method Description voidCAJChannel. registerResponseRequest(ResponseRequest responseRequest)Register a response request.intCAJContext. registerResponseRequest(ResponseRequest request)Register response request.voidCAJChannel. unregisterResponseRequest(ResponseRequest responseRequest)ResponseRequestCAJContext. unregisterResponseRequest(ResponseRequest request)Unregister response request. -
Uses of ResponseRequest in com.cosylab.epics.caj.impl
Subinterfaces of ResponseRequest in com.cosylab.epics.caj.impl Modifier and Type Interface Description interfaceNotifyResponseRequest -
Uses of ResponseRequest in com.cosylab.epics.caj.impl.requests
Classes in com.cosylab.epics.caj.impl.requests that implement ResponseRequest Modifier and Type Class Description classEventAddRequestCA event add request (creates a monitor on channel).classReadNotifyRequestCA read notify.classWriteNotifyRequestCA write notify.
-