| 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,
gov.aps.jca.dbr.DBRType type,
int count,
CAJChannel channel,
gov.aps.jca.event.MonitorListener listener,
int mask)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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,
gov.aps.jca.event.GetListener callback,
gov.aps.jca.dbr.DBR dbr,
Transport transport,
int sid,
int dataType,
int dataCount) |
WriteNotifyRequest(CAJChannel channel,
gov.aps.jca.event.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-2013 Cosylab. All Rights Reserved.