|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TextSender
Senders which send textual messages to neighbor-systems have to implement the
TextSender-interface.
| Method Summary | |
|---|---|
java.lang.String |
execute(java.lang.String function,
java.lang.String callData)
The given string will be send to the neighbor system. |
| Method Detail |
|---|
java.lang.String execute(java.lang.String function,
java.lang.String callData)
throws XException
Optionally a function can be specified. It can be used for calling different methods of the neighbor-system.
function - used by some senderscallData - the data that shall be send to the neighbor system
XException - if something goes wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||