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

Packages that use MessageType
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 MessageType in org.fuin.jmsmvc4swing.jms
 

Classes in org.fuin.jmsmvc4swing.jms that implement MessageType
 class RequestMessageType
          Request message send to the controller.
 class ResponseMessageType
          Response message send by the controller.
 

Methods in org.fuin.jmsmvc4swing.jms with parameters of type MessageType
static String Utils.getMessageSelector(String methodName, Long id, MessageType type)
          Create a selector message for a given method name, id and type.
static String Utils.getMessageSelector(String methodName, Long id, MessageType[] type)
          Create a selector message for a given method name, id and types.
static String Utils.getTypeExpr(MessageType type)
          Create a selector message for a given message type.
static String Utils.getTypeExpr(MessageType[] type)
          Create a selector message for given message types.
 void Subscriber.open(String topicName, String methodName, Long id, MessageType[] type, javax.jms.MessageListener listener)
          Subscribes to a topic with a selector based on the method arguments (Opens a session to the JMS provider).
 void Subscriber.open(String topicName, String methodName, Long id, MessageType type, javax.jms.MessageListener listener)
          Subscribes to a topic with a selector based on the method arguments (Opens a session to the JMS provider).
 void Publisher.publish(String methodName, Serializable data, long id, MessageType type)
          Publishes a message to the predefined topic.
 



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