|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Data | |
|---|---|
| org.fuin.jmsmvc4swing.jms | Internal classes for handling the JMS specific part Classes from this package should not be used within your application). |
| Uses of Data in org.fuin.jmsmvc4swing.jms |
|---|
| Methods in org.fuin.jmsmvc4swing.jms with parameters of type Data | |
|---|---|
void |
MethodHandler.handle(Controller controller,
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(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||