javax.jms
Interface TopicPublisher
- All Superinterfaces:
- MessageProducer
public interface TopicPublisher
- extends MessageProducer
Methods inherited from interface javax.jms.MessageProducer |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getTimeToLive, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive |
getTopic
Topic getTopic()
throws JMSException
- Throws:
JMSException
publish
void publish(Message message)
throws JMSException
- Throws:
JMSException
publish
void publish(Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException
publish
void publish(Topic topic,
Message message)
throws JMSException
- Throws:
JMSException
publish
void publish(Topic topic,
Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.