Uses of Class
com.cosylab.epics.caj.CAJChannel
-
Packages that use CAJChannel Package Description 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 Modifier and Type Field Description protected CAJChannelCAJMonitor. channelMonitored channel.Methods in com.cosylab.epics.caj that return CAJChannel Modifier and Type Method Description CAJChannelCAJContext. getChannel(int channelID)Searches for a channel with given channel ID.CAJChannelCAJContext. 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 Modifier and Type Method Description voidCAJContext. destroyChannel(CAJChannel channel, boolean force)Destroy channel.Constructors in com.cosylab.epics.caj with parameters of type CAJChannel Constructor Description CAJMonitor(CAJContext context, DBRType type, int count, CAJChannel channel, 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 Modifier and Type Method Description booleanChannelSearchManager. registerChannel(CAJChannel channel)Register channel.voidChannelSearchManager. searchResponse(CAJChannel channel, int responseSequenceNumber, boolean isSequenceNumberValid, long responseTime)Search response received notification.voidChannelSearchManager. 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 Modifier and Type Field Description protected CAJChannelEventAddRequest. channelChannel.protected CAJChannelReadNotifyRequest. channelChannel.protected CAJChannelWriteNotifyRequest. channelChannel.protected CAJChannelWriteRequest. channelChannel.Constructors in com.cosylab.epics.caj.impl.requests with parameters of type CAJChannel Constructor Description EventAddRequest(CAJChannel channel, CAJMonitor monitor, Transport transport, int sid, int dataType, int dataCount, int mask)ReadNotifyRequest(CAJChannel channel, GetListener callback, DBR dbr, Transport transport, int sid, int dataType, int dataCount)WriteNotifyRequest(CAJChannel channel, 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)
-