| Package | Description |
|---|---|
| com.cosylab.epics.caj.cas | |
| com.cosylab.epics.caj.cas.requests | |
| gov.aps.jca.cas |
| Modifier and Type | Method and Description |
|---|---|
ServerChannel |
CASTransport.getChannel(int sid)
Get channel by its SID.
|
ServerChannel |
CASTransport.getChannelAndVerifyRequest(int sid,
short dataType,
int dataCount)
Get channel by its SID and do some additional checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CASTransport.registerChannel(int sid,
ServerChannel channel)
Register a new channel.
|
| Constructor and Description |
|---|
CASServerMonitor(ServerChannel channel,
int ioid,
short mask,
EventAddResponse handler,
CASTransport transport,
short dataType,
int dataCount) |
| Constructor and Description |
|---|
AccessRightsRequest(Transport transport,
ServerChannel channel) |
CreateChannelRequest(Transport transport,
ServerChannel channel) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerChannel |
ServerMonitor.channel
Channel.
|
| Modifier and Type | Method and Description |
|---|---|
ServerChannel |
ProcessVariable.createChannel(int cid,
int sid,
String userName,
String hostName)
This method is called each time that a PV is attached to by a client.
|
ServerChannel |
ServerMonitor.getChannel()
Get channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessVariable.registerChannel(ServerChannel channel)
Register channel to this process variable.
|
void |
ProcessVariable.unregisterChannel(ServerChannel channel)
Unregister channel from this process variable.
|
| Constructor and Description |
|---|
ServerMonitor(ServerChannel channel,
int ioid)
Create server monitor for given channel.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.