Uses of Class
gov.aps.jca.cas.ServerChannel
-
Packages that use ServerChannel Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.cas.requests gov.aps.jca.cas -
-
Uses of ServerChannel in com.cosylab.epics.caj.cas
Methods in com.cosylab.epics.caj.cas that return ServerChannel Modifier and Type Method Description ServerChannelCASTransport. getChannel(int sid)Get channel by its SID.ServerChannelCASTransport. getChannelAndVerifyRequest(int sid, short dataType, int dataCount)Get channel by its SID and do some additional checks.Methods in com.cosylab.epics.caj.cas with parameters of type ServerChannel Modifier and Type Method Description voidCASTransport. registerChannel(int sid, ServerChannel channel)Register a new channel.Constructors in com.cosylab.epics.caj.cas with parameters of type ServerChannel Constructor Description CASServerMonitor(ServerChannel channel, int ioid, short mask, EventAddResponse handler, CASTransport transport, short dataType, int dataCount) -
Uses of ServerChannel in com.cosylab.epics.caj.cas.requests
Constructors in com.cosylab.epics.caj.cas.requests with parameters of type ServerChannel Constructor Description AccessRightsRequest(Transport transport, ServerChannel channel)CreateChannelRequest(Transport transport, ServerChannel channel) -
Uses of ServerChannel in gov.aps.jca.cas
Fields in gov.aps.jca.cas declared as ServerChannel Modifier and Type Field Description protected ServerChannelServerMonitor. channelChannel.Methods in gov.aps.jca.cas that return ServerChannel Modifier and Type Method Description ServerChannelProcessVariable. createChannel(int cid, int sid, String userName, String hostName)This method is called each time that a PV is attached to by a client.ServerChannelServerMonitor. getChannel()Get channel.Methods in gov.aps.jca.cas with parameters of type ServerChannel Modifier and Type Method Description voidProcessVariable. registerChannel(ServerChannel channel)Register channel to this process variable.voidProcessVariable. unregisterChannel(ServerChannel channel)Unregister channel from this process variable.Constructors in gov.aps.jca.cas with parameters of type ServerChannel Constructor Description ServerMonitor(ServerChannel channel, int ioid)Create server monitor for given channel.
-