Uses of Class
org.exolab.jms.message.DestinationImpl

Packages that use DestinationImpl
org.exolab.jms.client   
org.exolab.jms.message   
 

Uses of DestinationImpl in org.exolab.jms.client
 

Subclasses of DestinationImpl in org.exolab.jms.client
 class JmsDestination
          This is the base class for all destinations.
 class JmsQueue
          This object represents a queue, which is a type of destination.
 class JmsTemporaryQueue
          A temporary queue is created by a client through a session and has a lifetime of the session's connection.
 class JmsTemporaryTopic
          A temporary topic is created by a client through a session and has a lifetime of the session's connection.
 class JmsTopic
          A topic is a destination specific for the puiblish-subscribe messaging model.
 

Methods in org.exolab.jms.client with parameters of type DestinationImpl
static boolean JmsDestination.isTemporaryDestination(DestinationImpl destination)
          This static method determines whether a particular DestinationImpl instance refers to a temporary destination.
 

Uses of DestinationImpl in org.exolab.jms.message
 

Methods in org.exolab.jms.message with parameters of type DestinationImpl
 boolean DestinationImpl.isEqual(DestinationImpl toCompare)
           
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.