| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.impl.requests | |
| gov.aps.jca | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJChannel.get(DBRType type,
int count,
GetListener l) |
| Modifier and Type | Field and Description |
|---|---|
protected GetListener |
ReadNotifyRequest.callback
Response callback listener.
|
| Constructor and Description |
|---|
ReadNotifyRequest(CAJChannel channel,
GetListener callback,
DBR dbr,
Transport transport,
int sid,
int dataType,
int dataCount) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Channel.get(DBRType type,
int count,
GetListener l)
Asynchronously reads a specified number of elements of a specified type from this Channel
|
void |
Channel.get(GetListener l)
Asynchronously reads this Channel's value using the native DBR type and count.
|
void |
Channel.get(int count,
GetListener l)
Asynchronously Reads a specified number from this Channel's value using the native DBR type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(GetEvent ev,
GetListener gl) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(GetEvent ev,
GetListener gl) |
void |
EventDispatcher.dispatch(GetEvent ev,
GetListener listener) |
void |
DirectEventDispatcher.dispatch(GetEvent ev,
GetListener gl) |
void |
AbstractEventDispatcher.dispatch(GetEvent ev,
GetListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.