|
|||||||||
| 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.TopicPublisherSessionFactory
public class TopicPublisherSessionFactory
Copyright © 2006, Atomikos. All rights reserved. A factory for TopicPublisherSession objects.
Topic functionality in this product was sponsored by Webtide.
| Constructor Summary | |
|---|---|
TopicPublisherSessionFactory()
|
|
| Method Summary | |
|---|---|
protected MessageProducerSession |
createMessageProducerSession()
Creates a new message producer session. |
TopicPublisherSession |
createTopicPublisherSession()
Creates a new topic publisher session. |
Topic |
getReplyToTopic()
Gets the topic to reply to (if any). |
Topic |
getTopic()
Gets the topic to send to. |
TopicConnectionFactoryBean |
getTopicConnectionFactoryBean()
Gets the topic connection factory. |
void |
setReplyToTopic(Topic topic)
Sets the topic to reply to (optional). |
void |
setTopic(Topic topic)
Sets the topic to send to (required). |
void |
setTopicConnectionFactoryBean(TopicConnectionFactoryBean factory)
Sets the topic connection factory to use (required). |
| 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 TopicPublisherSessionFactory()
| Method Detail |
|---|
public void setTopicConnectionFactoryBean(TopicConnectionFactoryBean factory)
factory - public TopicConnectionFactoryBean getTopicConnectionFactoryBean()
public void setTopic(Topic topic)
topic - public Topic getTopic()
public void setReplyToTopic(Topic topic)
topic - public Topic getReplyToTopic()
public TopicPublisherSession createTopicPublisherSession()
protected MessageProducerSession createMessageProducerSession()
MessageProducerSessionFactory
createMessageProducerSession in class MessageProducerSessionFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||