|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.atomikos.jms.MessageProducerSessionFactory
com.atomikos.jms.QueueSenderSessionFactory
public class QueueSenderSessionFactory
Copyright © 2004, Atomikos. All rights reserved. A factory for QueueSenderSession instances, allowing a number of session to share the same setup configuration. Changes to the factory properties will not affect any previously created sessions.
| Constructor Summary | |
|---|---|
QueueSenderSessionFactory()
|
|
| Method Summary | |
|---|---|
protected MessageProducerSession |
createMessageProducerSession()
Creates a new message producer session. |
QueueSenderSession |
createQueueSenderSession()
Create a new instance with the current properties. |
Queue |
getQueue()
|
QueueConnectionFactoryBean |
getQueueConnectionFactoryBean()
|
Queue |
getReplyToQueue()
Gets the replyTo queue (if any). |
void |
setQueue(Queue queue)
Sets the queue to send to (required). |
void |
setQueueConnectionFactoryBean(QueueConnectionFactoryBean bean)
|
void |
setReplyToQueue(Queue queue)
|
| Methods inherited from class com.atomikos.jms.MessageProducerSessionFactory |
|---|
getDeliveryMode, getDestination, getPassword, getPriority, getReplyToDestination, getTimeToLive, getUser, setDeliveryMode, setDestination, setPassword, setPriority, setReplyToDestination, setTimeToLive, setUser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueSenderSessionFactory()
| Method Detail |
|---|
public Queue getQueue()
public QueueConnectionFactoryBean getQueueConnectionFactoryBean()
public Queue getReplyToQueue()
public void setQueue(Queue queue)
queue - public void setQueueConnectionFactoryBean(QueueConnectionFactoryBean bean)
bean - public void setReplyToQueue(Queue queue)
queue - public QueueSenderSession createQueueSenderSession()
protected MessageProducerSession createMessageProducerSession()
MessageProducerSessionFactory
createMessageProducerSession in class MessageProducerSessionFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||