Uses of Interface
org.fuin.jmsmvc4swing.jms.Data

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.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.