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 java.lang.String Utils.getMessageSelector(java.lang.String methodName, java.lang.Long id, MessageType type)
          Create a selector message for a given method name, id and type.
static java.lang.String Utils.getMessageSelector(java.lang.String methodName, java.lang.Long id, MessageType[] type)
          Create a selector message for a given method name, id and types.
static java.lang.String Utils.getTypeExpr(MessageType type)
          Create a selector message for a given message type.
static java.lang.String Utils.getTypeExpr(MessageType[] type)
          Create a selector message for given message types.
 void Subscriber.open(java.lang.String topicName, java.lang.String methodName, java.lang.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(java.lang.String topicName, java.lang.String methodName, java.lang.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(java.lang.String methodName, java.io.Serializable data, long id, MessageType type)
          Publishes a message to the predefined topic.
 



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