Uses of Interface
com.cosylab.epics.caj.impl.ResponseRequest

Packages that use ResponseRequest
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
 ResponseRequest CAJContext.getResponseRequest(int ioid)
          Searches for a response request with given channel IOID.
 ResponseRequest CAJContext.unregisterResponseRequest(ResponseRequest request)
          Unregister response request.
 

Methods in com.cosylab.epics.caj with parameters of type ResponseRequest
 void CAJChannel.registerResponseRequest(ResponseRequest responseRequest)
          Register a response request.
 int CAJContext.registerResponseRequest(ResponseRequest request)
          Register response request.
 void CAJChannel.unregisterResponseRequest(ResponseRequest responseRequest)
           
 ResponseRequest CAJContext.unregisterResponseRequest(ResponseRequest request)
          Unregister response request.
 

Uses of ResponseRequest in com.cosylab.epics.caj.impl
 

Subinterfaces of ResponseRequest in com.cosylab.epics.caj.impl
 interface NotifyResponseRequest
           
 

Uses of ResponseRequest in com.cosylab.epics.caj.impl.requests
 

Classes in com.cosylab.epics.caj.impl.requests that implement ResponseRequest
 class EventAddRequest
          CA event add request (creates a monitor on channel).
 class ReadNotifyRequest
          CA read notify.
 class WriteNotifyRequest
          CA write notify.
 



Copyright © 2004-2013 Cosylab. All Rights Reserved.