Uses of Interface
com.cosylab.epics.caj.impl.Request
-
Packages that use Request Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.cas.requests com.cosylab.epics.caj.impl com.cosylab.epics.caj.impl.requests -
-
Uses of Request in com.cosylab.epics.caj.cas
Methods in com.cosylab.epics.caj.cas with parameters of type Request Modifier and Type Method Description voidCASTransport. submit(Request requestMessage) -
Uses of Request in com.cosylab.epics.caj.cas.requests
Classes in com.cosylab.epics.caj.cas.requests that implement Request Modifier and Type Class Description classAccessRightsRequestCA access rights response.classBeaconRequestCA beacon (SRV_IS_UP) request.classClearChannelRequestCA clear channel response notify.classCreateChannelFailedRequestCA create failed response.classCreateChannelRequestCA create channel response.classEchoRequestCA echo response.classEventAddRequestCA event add response notify.classEventCancelRequestCA event clear response notify.classExceptionRequestCA exception (error) response.classReadNotifyRequestCA read notify response notify.classSearchFailedRequestCA search failed response.classSearchRequestCA search response.classWriteNotifyRequestCA write notify response. -
Uses of Request in com.cosylab.epics.caj.impl
Classes in com.cosylab.epics.caj.impl that implement Request Modifier and Type Class Description classCAJNameClientMethods in com.cosylab.epics.caj.impl with parameters of type Request Modifier and Type Method Description voidBroadcastTransport. send(Request requestMessage, InetSocketAddress address)Send a request message through the transport.voidBroadcastTransport. submit(Request requestMessage)Send request message(s) immediately.voidCATransport. submit(Request requestMessage)voidTransport. submit(Request requestMessage)Enqueue (if supported or if necessary send immediately) request message. -
Uses of Request in com.cosylab.epics.caj.impl.requests
Classes in com.cosylab.epics.caj.impl.requests that implement Request Modifier and Type Class Description classAbstractCARequestclassClearChannelRequestCA clear channel.classCreateChannelRequestclassEchoRequestCA echo request.classEventAddRequestCA event add request (creates a monitor on channel).classEventCancelRequestCA event cacnel request (cancels a monitor on channel).classEventsOffRequestCA events off (disable subscription flow).classEventsOnRequestCA events on (enable subscription flow).classHostNameRequestclassReadNotifyRequestCA read notify.classRepeaterRegisterRequestCA repeater register request.classSearchRequestCA search request.classSubscriptionUpdateRequestCA subscription update (read notify) request.classUserNameRequestclassVersionRequestCA version request.classWriteNotifyRequestCA write notify.classWriteRequestCA write notify.
-