|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopicBuilder | |
|---|---|
| org.jboss.seam.jms | |
| Uses of TopicBuilder in org.jboss.seam.jms |
|---|
| Methods in org.jboss.seam.jms that return TopicBuilder | |
|---|---|
TopicBuilder |
TopicBuilder.connectionFactory(javax.jms.ConnectionFactory connectionFactory)
Specifies the ConnectionFactory to use. |
TopicBuilder |
MessageManager.createTopicBuilder()
Creates a TopicBuilder, simple interface for working with Topics. |
TopicBuilder |
TopicBuilder.destination(javax.jms.Topic topic)
Adds a topic to the associated destinations. |
TopicBuilder |
TopicBuilder.listen(javax.jms.MessageListener ml)
Adds the given MessageListeners as listeners on the associated destinations. |
TopicBuilder |
TopicBuilder.newBuilder()
Creates a TopicBuilder. |
TopicBuilder |
TopicBuilder.send(javax.jms.Message m)
Sends a JMS Message to the destinations associated. |
TopicBuilder |
TopicBuilder.sendMap(Map m)
Sends a Map as a JMS Map Message to the destinations associated. |
TopicBuilder |
TopicBuilder.sendObject(Serializable obj)
Sends an Object as a JMS Object Message to the destinations associated. |
TopicBuilder |
TopicBuilder.sendString(String s)
Sends a String as a JMS TextMessage to the destinations associated. |
TopicBuilder |
TopicBuilder.sessionMode(int sessionMode)
Sets the session mode for this Builder. |
TopicBuilder |
TopicBuilder.subtopic(String subtopic)
Denotes messages and listeners on this Topic as belonging to a subtopic. |
TopicBuilder |
TopicBuilder.transacted()
Toggles the transacted state (default is false) for this builder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||