|
||||||||||
| 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 |
MessageManager.createTopicBuilder()
Creates a TopicBuilder, simple interface for working with Topics. |
TopicBuilder |
TopicBuilder.destination(String destination)
Adds a destination based on JNDI location. |
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(Object 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.subtopic(String subtopic)
Denotes messages and listeners on this Topic as belonging to a subtopic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||