org.jboss.seam.jms
Class TopicBuilderImpl
java.lang.Object
org.jboss.seam.jms.TopicBuilderImpl
- All Implemented Interfaces:
- Serializable, org.jboss.seam.jms.TopicBuilder
public class TopicBuilderImpl
- extends Object
- implements org.jboss.seam.jms.TopicBuilder
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destination
public org.jboss.seam.jms.TopicBuilder destination(String destination)
- Specified by:
destination in interface org.jboss.seam.jms.TopicBuilder
destination
public org.jboss.seam.jms.TopicBuilder destination(javax.jms.Topic topic)
- Specified by:
destination in interface org.jboss.seam.jms.TopicBuilder
subtopic
public org.jboss.seam.jms.TopicBuilder subtopic(String subtopic)
- Specified by:
subtopic in interface org.jboss.seam.jms.TopicBuilder
sendObject
public org.jboss.seam.jms.TopicBuilder sendObject(Object obj)
- Specified by:
sendObject in interface org.jboss.seam.jms.TopicBuilder
send
public org.jboss.seam.jms.TopicBuilder send(javax.jms.Message m)
- Specified by:
send in interface org.jboss.seam.jms.TopicBuilder
sendMap
public org.jboss.seam.jms.TopicBuilder sendMap(Map m)
- Specified by:
sendMap in interface org.jboss.seam.jms.TopicBuilder
sendString
public org.jboss.seam.jms.TopicBuilder sendString(String s)
- Specified by:
sendString in interface org.jboss.seam.jms.TopicBuilder
listen
public org.jboss.seam.jms.TopicBuilder listen(javax.jms.MessageListener... ml)
- Specified by:
listen in interface org.jboss.seam.jms.TopicBuilder
newBuilder
public org.jboss.seam.jms.TopicBuilder newBuilder()
- Specified by:
newBuilder in interface org.jboss.seam.jms.TopicBuilder
getDestinations
public List<javax.jms.Topic> getDestinations()
getSubtopic
public String getSubtopic()
Copyright © 2011 Seam Framework. All Rights Reserved.