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

A reply handler which is local to this machine.
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Get the class loader to be used to unmarshall replies. |
void |
handleCancellation()
Handle a cancellation acknowledgement. |
void |
handleException(IOException exception)
Handle an exception. |
void |
handleReply(Object reply)
Handle a successful reply. |
| Method Detail |
|---|
ClassLoader getClassLoader()
void handleReply(Object reply)
reply - the replyvoid handleException(IOException exception)
IOException is thrown.
exception - an exception which describes the problemvoid handleCancellation()
|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||