Uses of Class
com.cosylab.epics.caj.CAJChannel

Packages that use CAJChannel
com.cosylab.epics.caj   
com.cosylab.epics.caj.impl   
com.cosylab.epics.caj.impl.requests   
 

Uses of CAJChannel in com.cosylab.epics.caj
 

Fields in com.cosylab.epics.caj declared as CAJChannel
protected  CAJChannel CAJMonitor.channel
          Monitored channel.
 

Methods in com.cosylab.epics.caj that return CAJChannel
 CAJChannel CAJContext.getChannel(int channelID)
          Searches for a channel with given channel ID.
 CAJChannel CAJContext.getChannel(String name, short priority, boolean acquire)
          Searches for a channel with given channel name.
 

Methods in com.cosylab.epics.caj with parameters of type CAJChannel
 void CAJContext.destroyChannel(CAJChannel channel, boolean force)
          Destroy channel.
 

Constructors in com.cosylab.epics.caj with parameters of type CAJChannel
CAJMonitor(CAJContext context, gov.aps.jca.dbr.DBRType type, int count, CAJChannel channel, gov.aps.jca.event.MonitorListener listener, int mask)
          Constructor.
 

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

Methods in com.cosylab.epics.caj.impl with parameters of type CAJChannel
 void ChannelSearchManager.registerChannel(CAJChannel channel)
          Register channel.
 void ChannelSearchManager.searchResponse(CAJChannel channel, int responseSequenceNumber, boolean isSequenceNumberValid, long responseTime)
          Search response received notification.
 void ChannelSearchManager.unregisterChannel(CAJChannel channel)
          Unregister channel.
 

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

Fields in com.cosylab.epics.caj.impl.requests declared as CAJChannel
protected  CAJChannel ReadNotifyRequest.channel
          Channel.
protected  CAJChannel WriteRequest.channel
          Channel.
protected  CAJChannel EventAddRequest.channel
          Channel.
protected  CAJChannel WriteNotifyRequest.channel
          Channel.
 

Constructors in com.cosylab.epics.caj.impl.requests with parameters of type CAJChannel
EventAddRequest(CAJChannel channel, CAJMonitor monitor, Transport transport, int sid, int dataType, int dataCount, int mask)
           
ReadNotifyRequest(CAJChannel channel, gov.aps.jca.event.GetListener callback, gov.aps.jca.dbr.DBR dbr, Transport transport, int sid, int dataType, int dataCount)
           
WriteNotifyRequest(CAJChannel channel, gov.aps.jca.event.PutListener callback, Transport transport, int sid, int dataType, int dataCount, Object value)
           
WriteRequest(CAJChannel channel, Transport transport, int sid, int cid, int dataType, int dataCount, Object value)
           
 



Copyright © 2004-2013 Cosylab. All Rights Reserved.