Uses of Interface
javax.jms.Destination

Uses of Destination in javax.jms
 

Subinterfaces of Destination in javax.jms
 interface Queue
           
 interface TemporaryQueue
           
 interface TemporaryTopic
           
 interface Topic
           
 

Methods in javax.jms that return Destination
 Destination MessageProducer.getDestination()
           
 Destination Message.getJMSDestination()
           
 Destination Message.getJMSReplyTo()
           
 

Methods in javax.jms with parameters of type Destination
 ConnectionConsumer Connection.createConnectionConsumer(Destination destination, String messageSelector, ServerSessionPool sessionPool, int maxMessages)
           
 MessageConsumer Session.createConsumer(Destination destination)
           
 MessageConsumer Session.createConsumer(Destination destination, String messageSelector)
           
 MessageConsumer Session.createConsumer(Destination destination, String messageSelector, boolean NoLocal)
           
 MessageProducer Session.createProducer(Destination destination)
           
 void MessageProducer.send(Destination destination, Message message)
           
 void MessageProducer.send(Destination destination, Message message, int deliveryMode, int priority, long timeToLive)
           
 void Message.setJMSDestination(Destination destination)
           
 void Message.setJMSReplyTo(Destination replyTo)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.