| Package | Description |
|---|---|
| flux.j2ee |
Java EE triggers and actions
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmsAction.setMessageType(JmsMessageType messageType)
Sets the kind of JMS message to be sent.
|
© 2000-2025 Flux Corporation. All rights reserved.