|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectSender
Senders which send objects as messages to neighbor-systems have to implement
the ObjectSender
-interface.
Method Summary | |
---|---|
java.lang.Object |
execute(java.lang.String function,
java.lang.Object callData)
The given object will be send to the neighbor system. |
Method Detail |
---|
java.lang.Object execute(java.lang.String function, java.lang.Object 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 |