|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplyHandler

A handler for replies from a request. The handler should respect the first invocation made on it, and ignore any subsequent invocations.
| Method Summary | |
|---|---|
void |
handleCancellation()
Handle a cancellation acknowledgement. |
void |
handleException(IOException exception)
Handle an exception. |
void |
handleReply(Object reply)
Handle a successful reply. |
| Method Detail |
|---|
void handleReply(Object reply)
throws IOException
reply - the reply
IOException
void handleException(IOException exception)
throws IOException
IOException is thrown.
exception - an exception which describes the problem
IOException
void handleCancellation()
throws IOException
IOException
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||