Uses of Class
gov.aps.jca.Channel
-
Packages that use Channel Package Description com.cosylab.epics.caj gov.aps.jca gov.aps.jca.event -
-
Uses of Channel in com.cosylab.epics.caj
Subclasses of Channel in com.cosylab.epics.caj Modifier and Type Class Description classCAJChannelImplementation of CAJ JCAChannel.Methods in com.cosylab.epics.caj that return Channel Modifier and Type Method Description ChannelCAJContext. createChannel(String name, ConnectionListener l, short priority)ChannelCAJMonitor. getChannel()Channel[]CAJContext. getChannels() -
Uses of Channel in gov.aps.jca
Methods in gov.aps.jca that return Channel Modifier and Type Method Description ChannelContext. createChannel(String name)Create a new Channel using this context to access a process variable.ChannelContext. createChannel(String name, short priority)Create a new Channel using this context to access a process variable.ChannelContext. createChannel(String name, ConnectionListener l)Create a new Channel using this context to access a process variable with a ConnectionListener to receive ConnectionEvent from the newly created Channel.abstract ChannelContext. createChannel(String name, ConnectionListener l, short priority)Create a new Channel using this context to access a process variable with a ConnectionListener to receive ConnectionEvent from the newly created Channel.abstract ChannelMonitor. getChannel()abstract Channel[]Context. getChannels()Get all channels of this context. -
Uses of Channel in gov.aps.jca.event
Methods in gov.aps.jca.event that return Channel Modifier and Type Method Description ChannelContextExceptionEvent. getChannel()The Channel associated with the exception if any.Constructors in gov.aps.jca.event with parameters of type Channel Constructor Description AccessRightsEvent(Channel channel, boolean read, boolean write)Constructs an AccessRightEvent object.ConnectionEvent(Channel channel, boolean connected)ContextExceptionEvent(Context ctxt, Channel ch, DBRType dbrType, int count, DBR dbr, String msg)GetEvent(Channel channel, DBR dbr, CAStatus status)MonitorEvent(Channel channel, DBR dbr, CAStatus status)PutEvent(Channel channel, DBRType type, int count, CAStatus status)
-