Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
F
G
J
M
O
P
R
S
T
A
addEntry(String, Object)
- Method in class org.apache.commons.jelly.tags.jms.
MapMessageTag
addProperty(String, Object)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Adds a JMS property to the message
C
ConnectionContext
- interface org.apache.commons.jelly.tags.jms.
ConnectionContext
.
Represents a context capable of providing a Messenger connection to use
ConnectionTag
- class org.apache.commons.jelly.tags.jms.
ConnectionTag
.
Defines a JMS connection for use by other JMS tags.
ConnectionTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
ConnectionTag
ConsumerTag
- interface org.apache.commons.jelly.tags.jms.
ConsumerTag
.
Represents an interface for a Tag which consumes JMS messages.
createMessage()
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
createMessage()
- Method in class org.apache.commons.jelly.tags.jms.
MapMessageTag
createMessage()
- Method in class org.apache.commons.jelly.tags.jms.
TextMessageTag
createMessage()
- Method in class org.apache.commons.jelly.tags.jms.
ObjectMessageTag
D
DestinationTag
- class org.apache.commons.jelly.tags.jms.
DestinationTag
.
Creates a Destination object from a String name.
DestinationTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
DestinationTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
DestinationTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
SubscribeTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
SendTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
ConnectionTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
PropertyTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
MapEntryTag
doTag(XMLOutput)
- Method in class org.apache.commons.jelly.tags.jms.
OnMessageTag
F
findConnection()
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
Strategy Method allowing derived classes to change this behaviour
findConnection()
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
findDestination(String)
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
Strategy Method allowing derived classes to change this behaviour
G
getConnection()
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
getConnection()
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
getConnection()
- Method in class org.apache.commons.jelly.tags.jms.
ConnectionTag
getConnection()
- Method in interface org.apache.commons.jelly.tags.jms.
ConnectionContext
getDestination()
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
getGroupSize()
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
getLog()
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
getMessage()
- Method in class org.apache.commons.jelly.tags.jms.
SendTag
getMessage()
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
getMessageListener()
- Method in class org.apache.commons.jelly.tags.jms.
SubscribeTag
Returns the messageListener.
getMessageListener()
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
getTimeout()
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
getVar()
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
J
JMSTagLibrary
- class org.apache.commons.jelly.tags.jms.
JMSTagLibrary
.
Describes the Taglib.
JMSTagLibrary()
- Constructor for class org.apache.commons.jelly.tags.jms.
JMSTagLibrary
M
MapEntryTag
- class org.apache.commons.jelly.tags.jms.
MapEntryTag
.
Adds a map entry to the outer Map Message tag
MapEntryTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
MapEntryTag
MapMessageTag
- class org.apache.commons.jelly.tags.jms.
MapMessageTag
.
Creates a JMS MapMessage
MapMessageTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
MapMessageTag
MessageOperationTag
- class org.apache.commons.jelly.tags.jms.
MessageOperationTag
.
An abstract base class for JMS Message operation tags such as send, receive or call.
MessageOperationTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
MessageOperationTag
MessageTag
- class org.apache.commons.jelly.tags.jms.
MessageTag
.
A tag which creates a JMS message
MessageTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
MessageTag
O
ObjectMessageTag
- class org.apache.commons.jelly.tags.jms.
ObjectMessageTag
.
Creates a JMS ObjectMessage
ObjectMessageTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
ObjectMessageTag
onMessage(Message)
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
A strategy method which processes the incoming message, allowing derived classes to implement different processing methods
OnMessageTag
- class org.apache.commons.jelly.tags.jms.
OnMessageTag
.
This tag creates a JMS MessageListener which will invoke this tag's body whenever a JMS Message is received.
OnMessageTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
OnMessageTag
org.apache.commons.jelly.tags.jms
- package org.apache.commons.jelly.tags.jms
A tag library for working with JMS using the
Messenger
project
P
PropertyTag
- class org.apache.commons.jelly.tags.jms.
PropertyTag
.
Defines a property on an outer JMS Message tag
PropertyTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
PropertyTag
R
ReceiveTag
- class org.apache.commons.jelly.tags.jms.
ReceiveTag
.
Receives a JMS message.
ReceiveTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
ReceiveTag
S
SendTag
- class org.apache.commons.jelly.tags.jms.
SendTag
.
Sends a JMS message to some destination.
SendTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
SendTag
setConnection(Messenger)
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
Sets the Messenger (the JMS connection pool) that will be used to send the message
setConnection(Messenger)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Sets the Messenger (the JMS connection pool) that will be used to send the message
setCorrelationID(String)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Sets the JMS Correlation ID to be used on the message
setDestination(Destination)
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
Sets the JMS Destination to be used by this tag
setGroupSize(int)
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
Sets the number of messages in the group before the performance statistics are logged
setLog(Log)
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
Sets the logger to which statistic messages will be sent
setMap(Map)
- Method in class org.apache.commons.jelly.tags.jms.
MapMessageTag
Sets the Map of entries to be used for this Map Message
setMessage(Message)
- Method in class org.apache.commons.jelly.tags.jms.
SendTag
Sets the JMS message to be sent
setMessageListener(MessageListener)
- Method in class org.apache.commons.jelly.tags.jms.
SubscribeTag
Sets the JMS messageListener used ot consume JMS messages on the given destination
setMessageListener(MessageListener)
- Method in class org.apache.commons.jelly.tags.jms.
StopwatchTag
Sets the JMS messageListener used to consume JMS messages on the given destination
setMessageListener(MessageListener)
- Method in interface org.apache.commons.jelly.tags.jms.
ConsumerTag
Sets the JMS messageListener used to consume JMS messages
setName(String)
- Method in class org.apache.commons.jelly.tags.jms.
DestinationTag
Sets the name of the Destination
setName(String)
- Method in class org.apache.commons.jelly.tags.jms.
ConnectionTag
Sets the name of the Messenger (JMS connection pool) to use
setName(String)
- Method in class org.apache.commons.jelly.tags.jms.
PropertyTag
Sets the name of the JMS property
setName(String)
- Method in class org.apache.commons.jelly.tags.jms.
MapEntryTag
Sets the name of the entry in the map message
setObject(Serializable)
- Method in class org.apache.commons.jelly.tags.jms.
ObjectMessageTag
Sets the body of the message, a serializable java object.
setReplyTo(Destination)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Sets the reply-to destination to add to the message
setSelector(String)
- Method in class org.apache.commons.jelly.tags.jms.
SubscribeTag
Sets the optional JMS Message selector for the subscription
setSubject(String)
- Method in class org.apache.commons.jelly.tags.jms.
MessageOperationTag
Sets the subject as a String which is used to create the JMS Destination to be used by this tag
setText(String)
- Method in class org.apache.commons.jelly.tags.jms.
TextMessageTag
Sets the body of the message, a String.
setTimeout(long)
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
Sets the timeout period in milliseconds to wait for a message.
setType(String)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Sets the type name of the message
setValue(Object)
- Method in class org.apache.commons.jelly.tags.jms.
PropertyTag
Sets the value of the JMS property.
setValue(Object)
- Method in class org.apache.commons.jelly.tags.jms.
MapEntryTag
Sets the value of the entry in the map message.
setVar(String)
- Method in class org.apache.commons.jelly.tags.jms.
DestinationTag
Sets the variable name to use for the Destination
setVar(String)
- Method in class org.apache.commons.jelly.tags.jms.
MessageTag
Sets the name of the variable that the message will be exported to
setVar(String)
- Method in class org.apache.commons.jelly.tags.jms.
ConnectionTag
Sets the variable name to use for the exported Messenger (JMS connection pool)
setVar(String)
- Method in class org.apache.commons.jelly.tags.jms.
ReceiveTag
Sets the variable name to create for the received message, which will be null if no message could be returned in the given time period.
setVar(String)
- Method in class org.apache.commons.jelly.tags.jms.
OnMessageTag
Sets the name of the variable used to make the JMS message available to this tags body when a message is received.
StopwatchTag
- class org.apache.commons.jelly.tags.jms.
StopwatchTag
.
This tag can be used to measure the amount of time it takes to process JMS messages.
StopwatchTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
StopwatchTag
SubscribeTag
- class org.apache.commons.jelly.tags.jms.
SubscribeTag
.
Performs a subscription to some JMS connection to a destination maybe with a selector.
SubscribeTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
SubscribeTag
T
TextMessageTag
- class org.apache.commons.jelly.tags.jms.
TextMessageTag
.
Creates a JMS TextMessage
TextMessageTag()
- Constructor for class org.apache.commons.jelly.tags.jms.
TextMessageTag
A
C
D
F
G
J
M
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.