| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.impl | |
| com.cosylab.epics.caj.impl.requests |
| Modifier and Type | Field and Description |
|---|---|
protected CAJChannel |
CAJMonitor.channel
Monitored channel.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CAJContext.destroyChannel(CAJChannel channel,
boolean force)
Destroy channel.
|
| Constructor and Description |
|---|
CAJMonitor(CAJContext context,
DBRType type,
int count,
CAJChannel channel,
MonitorListener listener,
int mask)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected CAJChannel |
WriteRequest.channel
Channel.
|
protected CAJChannel |
WriteNotifyRequest.channel
Channel.
|
protected CAJChannel |
ReadNotifyRequest.channel
Channel.
|
protected CAJChannel |
EventAddRequest.channel
Channel.
|
| Constructor and 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) |
Copyright © 2004-2020 EPICS. All Rights Reserved.