|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynchroCallback
This interface specifies methods to call back a server to execute a remote request.
| Method Summary | |
|---|---|
void |
connectionException(Exception ie)
Called when an Exception occurs when reading a request sent by the peer or when writing the response to the recived request. |
Message |
execute(Message request)
Called when receiving a remote request. |
| Method Detail |
|---|
Message execute(Message request)
sendOneWay method.
For example, a client will send CloseMessage using the sendOneWay method and a server receiving this message should return null.
void connectionException(Exception ie)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||