|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EchoServerIF
Interface offered to clients by EchoServer
Method Summary | |
---|---|
void |
asyncEcho(java.lang.String message)
Asynchronous echo call. |
java.lang.String |
echo(java.lang.String message)
A synchronous echo call, response is returned in return value. |
Method Detail |
---|
java.lang.String echo(java.lang.String message)
message
- The message to send to the server
void asyncEcho(java.lang.String message)
EchoClientIF
.
message
- The message to be echoed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |