Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
H
J
O
S
V
G
getConnection()
- Method in interface
JMSControl
Get the
Connection
.
getDestination()
- Method in interface
JMSControl
Get the
Destination
.
getSession()
- Method in interface
JMSControl
Get the
Session
.
H
HEADER_CORRELATIONID
- Static variable in interface
JMSControl
Deprecated.
HEADER_DELIVERYMODE
- Static variable in interface
JMSControl
Deprecated.
HEADER_EXPIRATION
- Static variable in interface
JMSControl
Deprecated.
HEADER_MESSAGEID
- Static variable in interface
JMSControl
Deprecated.
HEADER_PRIORITY
- Static variable in interface
JMSControl
Deprecated.
HEADER_REDELIVERED
- Static variable in interface
JMSControl
Deprecated.
HEADER_TIMESTAMP
- Static variable in interface
JMSControl
Deprecated.
HEADER_TYPE
- Static variable in interface
JMSControl
Deprecated.
J
JMSControl
- Interface in
org.apache.beehive.controls.system.jms
The control interface for the jms control.
JMSControl.AcknowledgeMode
- Enum in
org.apache.beehive.controls.system.jms
The acknowledge mode.
JMSControl.CorrelationId
- Annotation Type in
org.apache.beehive.controls.system.jms
The method/parameter representing the message JMS CorrelationID.
JMSControl.Delivery
- Annotation Type in
org.apache.beehive.controls.system.jms
The method parameter representing a message delivery mode.
JMSControl.DeliveryMode
- Enum in
org.apache.beehive.controls.system.jms
The delivery mode.
JMSControl.Destination
- Annotation Type in
org.apache.beehive.controls.system.jms
The JMS destination annotation for a extended class method.
JMSControl.DestinationType
- Enum in
org.apache.beehive.controls.system.jms
The destination type.
JMSControl.Expiration
- Annotation Type in
org.apache.beehive.controls.system.jms
The method parameter representing a message expiration in milliseconds.
JMSControl.HeaderType
- Enum in
org.apache.beehive.controls.system.jms
The header type.
JMSControl.Message
- Annotation Type in
org.apache.beehive.controls.system.jms
The message type used by the method.
JMSControl.MessageType
- Enum in
org.apache.beehive.controls.system.jms
The message type.
JMSControl.Priority
- Annotation Type in
org.apache.beehive.controls.system.jms
The method/parameter annotation representing a message priority.
JMSControl.Properties
- Annotation Type in
org.apache.beehive.controls.system.jms
The method parameter representing one or more properties.
JMSControl.Property
- Annotation Type in
org.apache.beehive.controls.system.jms
The method parameter representing a message property with the given name.
JMSControl.PropertyValue
- Annotation Type in
org.apache.beehive.controls.system.jms
The method parameter representing a message property with the given name and value.
JMSControl.Type
- Annotation Type in
org.apache.beehive.controls.system.jms
The method/parameter representing the message JMS type.
O
org.apache.beehive.controls.system.jms
- package org.apache.beehive.controls.system.jms
S
setHeader(JMSControl.HeaderType, Object)
- Method in interface
JMSControl
Sets a JMS header to be assigned to the next JMS message sent.
setHeaders(Map)
- Method in interface
JMSControl
Sets the JMS headers to be assigned to the next JMS message sent.
setProperties(Map)
- Method in interface
JMSControl
Sets the JMS properties to be assigned to the next JMS message sent.
setProperty(String, Object)
- Method in interface
JMSControl
Set the given JMS property to be assigned to the next JMS message sent.
V
valueOf(String)
- Static method in enum
JMSControl.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum
JMSControl.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum
JMSControl.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum
JMSControl.HeaderType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum
JMSControl.MessageType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum
JMSControl.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum
JMSControl.DeliveryMode
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum
JMSControl.DestinationType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum
JMSControl.HeaderType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum
JMSControl.MessageType
Returns an array containing the constants of this enum type, in the order they're declared.
G
H
J
O
S
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes