|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodHandler
Handles a method call.
| Method Summary | |
|---|---|
java.lang.String |
getMethodName()
Returns the method name this handler belongs to. |
void |
handle(Controller controller,
java.lang.String topicName,
Data args,
long id)
Calls a method on the given controller. |
| Method Detail |
|---|
java.lang.String getMethodName()
void handle(Controller controller,
java.lang.String topicName,
Data args,
long id)
controller - Controller to use.topicName - Topic to publish the result to.args - Arguments for the method call.id - Unique method call id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||