Uses of Class
flux.j2ee.JmsMessageType

Packages that use JmsMessageType
flux.j2ee Java EE triggers and actions 
 

Uses of JmsMessageType in flux.j2ee
 

Methods in flux.j2ee that return JmsMessageType
 JmsMessageType JmsAction.getMessageType()
          Returns the kind of JMS message to be sent.
static JmsMessageType JmsMessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JmsMessageType[] JmsMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux.j2ee with parameters of type JmsMessageType
 void JmsAction.setMessageType(JmsMessageType messageType)
          Sets the kind of JMS message to be sent.
 



© 2014 Flux Corporation. All rights reserved.