|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.impl.requests.AbstractCARequest
com.cosylab.epics.caj.impl.requests.WriteRequest
public class WriteRequest
CA write notify.
| Field Summary | |
|---|---|
protected CAJChannel |
channel
Channel. |
protected CAJContext |
context
Context. |
| Fields inherited from class com.cosylab.epics.caj.impl.requests.AbstractCARequest |
|---|
requestMessage, transport |
| Fields inherited from interface com.cosylab.epics.caj.impl.Request |
|---|
DEFAULT_USER_PRIORITY, MAX_USER_PRIORITY, MIN_USER_PRIORITY, SEND_IMMEDIATELY_PRIORITY |
| Constructor Summary | |
|---|---|
WriteRequest(CAJChannel channel,
Transport transport,
int sid,
int cid,
int dataType,
int dataCount,
Object value)
|
|
| Method Summary |
|---|
| Methods inherited from class com.cosylab.epics.caj.impl.requests.AbstractCARequest |
|---|
alignBuffer, calculateAlignedSize, generateRequestMessage, getPriority, getRequestMessage, insertCAHeader, submit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CAJContext context
protected CAJChannel channel
| Constructor Detail |
|---|
public WriteRequest(CAJChannel channel,
Transport transport,
int sid,
int cid,
int dataType,
int dataCount,
Object value)
channel - transport - sid - cid - dataType - dataCount - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||