|
||||||||||
| 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.cas.requests.ExceptionRequest
public class ExceptionRequest
CA exception (error) response. NOTE: extended header not supported (error messages are not so long).
| Field Summary |
|---|
| 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 | |
|---|---|
ExceptionRequest(Transport transport,
int cid,
gov.aps.jca.CAStatus errorCode,
java.nio.ByteBuffer previousHeader,
java.lang.String errorMessage)
|
|
| Method Summary | |
|---|---|
byte |
getPriority()
Return default priority. |
| Methods inherited from class com.cosylab.epics.caj.impl.requests.AbstractCARequest |
|---|
alignBuffer, calculateAlignedSize, generateRequestMessage, getRequestMessage, insertCAHeader, submit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionRequest(Transport transport,
int cid,
gov.aps.jca.CAStatus errorCode,
java.nio.ByteBuffer previousHeader,
java.lang.String errorMessage)
transport - | Method Detail |
|---|
public byte getPriority()
AbstractCARequest
getPriority in interface RequestgetPriority in class AbstractCARequestRequest.getPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||