|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
com.cosylab.epics.caj.impl.handlers.AbstractCAJResponseHandler
com.cosylab.epics.caj.impl.handlers.ExceptionResponse
public class ExceptionResponse
| Field Summary | |
|---|---|
protected boolean |
debug
Debug flag. |
| Fields inherited from class com.cosylab.epics.caj.impl.handlers.AbstractCAJResponseHandler |
|---|
context |
| Fields inherited from class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler |
|---|
command, dataCount, dataType, description, parameter1, parameter2, payloadSize |
| Constructor Summary | |
|---|---|
ExceptionResponse(CAJContext context)
|
|
| Method Summary | |
|---|---|
void |
handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.ByteBuffer originalHeaderBuffer)
Exception response notification. |
protected void |
internalHandleResponse(java.net.InetSocketAddress responseFrom,
Transport transport,
java.nio.ByteBuffer[] response)
Called after header is parsed by parseHeader() method. |
| Methods inherited from class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler |
|---|
handleResponse, parseHeader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean debug
| Constructor Detail |
|---|
public ExceptionResponse(CAJContext context)
context - | Method Detail |
|---|
protected void internalHandleResponse(java.net.InetSocketAddress responseFrom,
Transport transport,
java.nio.ByteBuffer[] response)
AbstractCAResponseHandlerparseHeader() method.
internalHandleResponse in class AbstractCAResponseHandlerAbstractCAResponseHandler.internalHandleResponse(java.net.InetSocketAddress, com.cosylab.epics.caj.impl.Transport, java.nio.ByteBuffer[])
public void handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.ByteBuffer originalHeaderBuffer)
ExceptionHandler
handleException in interface ExceptionHandlererrorCode - exception code.cid - channel ID, can me 0.errorMessage - received detailed message.originalHeaderBuffer - original request header buffer causing this exception.ExceptionHandler.handleException(int, int, java.lang.String, java.nio.ByteBuffer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||