| 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.put(byte[] value,
PutListener l) |
void |
CAJChannel.put(DBRType type,
int count,
Object value,
PutListener l)
Put value.
|
void |
CAJChannel.put(double[] value,
PutListener l) |
void |
CAJChannel.put(float[] value,
PutListener l) |
void |
CAJChannel.put(int[] value,
PutListener l) |
void |
CAJChannel.put(short[] value,
PutListener l) |
void |
CAJChannel.put(String[] value,
PutListener l) |
void |
CAJChannel.putACKS(Severity severity,
PutListener l) |
void |
CAJChannel.putACKT(boolean value,
PutListener l) |
| Modifier and Type | Field and Description |
|---|---|
protected PutListener |
WriteNotifyRequest.callback
Response callback listener.
|
| Constructor and Description |
|---|
WriteNotifyRequest(CAJChannel channel,
PutListener callback,
Transport transport,
int sid,
int dataType,
int dataCount,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Channel.put(byte[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(byte value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.put(double[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(double value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.put(float[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(float value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.put(int[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(int value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.put(short[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(short value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.put(String[] value,
PutListener l)
Asynchronously writes an array to this Channel.
|
void |
Channel.put(String value,
PutListener l)
Asynchronously writes a value to this Channel.
|
abstract void |
Channel.putACKS(Severity severity,
PutListener l)
Asynchronously writes an Alarm Acknowledge Severity value to this Channel.
|
abstract void |
Channel.putACKT(boolean value,
PutListener l)
Asynchronously writes an Alarm Acknowledge Transient value to this Channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(PutEvent ev,
PutListener pl) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(PutEvent ev,
PutListener pl) |
void |
EventDispatcher.dispatch(PutEvent ev,
PutListener listener) |
void |
DirectEventDispatcher.dispatch(PutEvent ev,
PutListener pl) |
void |
AbstractEventDispatcher.dispatch(PutEvent ev,
PutListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.