G H J O S V

G

getConnection() - Method in interface JMSControl
Get the JMS Connection.
getDestination() - Method in interface JMSControl
Get the jms-destination.
getInitialContext() - Method in interface JndiControl
Get the JNDI initial context.
getResource(String, Class) - Method in interface JndiControl
Get a JNDI based resource.
getSession() - Method in interface JMSControl
Get the JMS Session object.

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.controlhaus.jms
The control interface for the jms control.
JMSControl.AcknowledgeMode - Enum in org.controlhaus.jms
The acknowledge mode.
JMSControl.CorrelationId - Annotation Type in org.controlhaus.jms
The method/parameter representing the message JMS CorrelationID.
JMSControl.Delivery - Annotation Type in org.controlhaus.jms
The method parameter representing a message delivery mode.
JMSControl.DeliveryMode - Enum in org.controlhaus.jms
The delivery mode.
JMSControl.Destination - Annotation Type in org.controlhaus.jms
The JMS destination annotation for a extended class method.
JMSControl.DestinationType - Enum in org.controlhaus.jms
The destination type.
JMSControl.Expiration - Annotation Type in org.controlhaus.jms
The method parameter representing a message expiration in milliseconds.
JMSControl.HeaderType - Enum in org.controlhaus.jms
The header type.
JMSControl.Message - Annotation Type in org.controlhaus.jms
The message type used by the method.
JMSControl.MessageType - Enum in org.controlhaus.jms
The message type.
JMSControl.Priority - Annotation Type in org.controlhaus.jms
The method/parameter annotation representing a message priority.
JMSControl.Properties - Annotation Type in org.controlhaus.jms
The method parameter representing one or more properties.
JMSControl.Property - Annotation Type in org.controlhaus.jms
The method parameter representing a message property with the given name.
JMSControl.PropertyValue - Annotation Type in org.controlhaus.jms
The method parameter representing a message property with the given name and value.
JMSControl.Type - Annotation Type in org.controlhaus.jms
The method/parameter representing the message JMS type.
JndiControl - Interface in org.controlhaus.jndi
The Jndi Control encapsulates access to the JNDI context.
JndiControl.Properties - Annotation Type in org.controlhaus.jndi
 

O

org.controlhaus.jms - package org.controlhaus.jms
 
org.controlhaus.jndi - package org.controlhaus.jndi
 

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