| Methods in org.fuin.jmsmvc4swing.jms with parameters of type Data |
void |
MethodHandler.handle(Controller controller,
java.lang.String topicName,
Data args,
long id)
Calls a method on the given controller. |
protected abstract void |
MethodResultReceiver.handleResult(Data result)
Call the concrete message result receiver. |
protected void |
MethodCallSender.publish(java.lang.String methodName,
Data arguments,
long id,
MethodResultReceiver resultListener)
Send a JMS message to the controller and register a subscriber to receive
the results. |
protected void |
MethodResultSender.publishResult(Data data)
Publish a RESULT message. |