| java.lang.Object org.jboss.mq.SpyMessageProducer org.jboss.mq.SpyTopicPublisher
SpyTopicPublisher | public class SpyTopicPublisher extends SpyMessageProducer implements TopicPublisher(Code) | | This class implements javax.jms.TopicPublisher
A publisher created with a null Topic will now be interpreted as created as
an unidentifyed publisher and follows the spec in throwing
UnsupportedOperationException at the correct places.
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: Peter Antman author: Adrian Brock version: $Revision: 57198 $ |
Method Summary | |
public Topic | getTopic() | public void | publish(Message message) | public void | publish(Message message, int deliveryMode, int priority, long timeToLive) | public void | publish(Topic topic, Message message) | public void | publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive) |
SpyTopicPublisher | SpyTopicPublisher(SpySession s, Topic t)(Code) | | Create a new SpyTopicPublisher
Parameters: s - the session Parameters: t - the topic |
getTopic | public Topic getTopic() throws JMSException(Code) | | |
publish | public void publish(Message message) throws JMSException(Code) | | |
publish | public void publish(Message message, int deliveryMode, int priority, long timeToLive) throws JMSException(Code) | | |
publish | public void publish(Topic topic, Message message) throws JMSException(Code) | | |
publish | public void publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive) throws JMSException(Code) | | |
|
|