Uses of Class
org.objectweb.joram.client.jms.Destination

Packages that use Destination
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
 

Uses of Destination in org.objectweb.joram.client.jms
 

Subclasses of Destination in org.objectweb.joram.client.jms
 class Queue
          Implements the javax.jms.Queue interface and provides Joram specific administration and monitoring methods.
 class TemporaryQueue
          Implements the javax.jms.TemporaryQueue interface.
 class TemporaryTopic
          Implements the javax.jms.TemporaryTopic interface.
 class Topic
          Implements the javax.jms.Topic interface and provides Joram specific administration and monitoring methods.
 

Fields in org.objectweb.joram.client.jms declared as Destination
protected  Destination MessageProducer.dest
          The destination the producer sends messages to.
protected  Destination MessageConsumer.dest
          The destination the consumer gets its messages from.
 

Methods in org.objectweb.joram.client.jms that return Destination
static Destination Destination.newInstance(java.lang.String id, java.lang.String name, byte type)
           
 

Methods in org.objectweb.joram.client.jms with parameters of type Destination
protected  void Destination.doCreate(int serverId, java.lang.String name, java.lang.String className, java.util.Properties props, Destination dest, byte type)
          Administration method creating or retrieving a destination with a given name on a given server, and returning its identifier.
private  void MessageProducer.doSend(Destination dest, javax.jms.Message message, int deliveryMode, int priority, long timeToLive)
          Actually sends a message to a given destination.
static java.lang.String Destination.getJMXBeanName(java.lang.String base, Destination dest)
           
private  void Session.prepareSend(Destination dest, Message msg)
          Method called by message producers when producing a message for preparing the session to later commit it.
(package private)  void Session.send(Destination dest, javax.jms.Message msg, int deliveryMode, int priority, long timeToLive, boolean timestampDisabled)
          Called by MessageProducer.
 

Constructors in org.objectweb.joram.client.jms with parameters of type Destination
MessageConsumer(Session sess, Destination dest, java.lang.String selector)
          Constructs a consumer.
MessageConsumer(Session sess, Destination dest, java.lang.String selector, java.lang.String subName, boolean noLocal)
          Constructs a consumer.
MessageProducer(Session sess, Destination dest)
          Constructs a producer.
QueueReceiver(QueueSession sess, Destination queue, java.lang.String selector)
          Constructs a receiver.
QueueSender(QueueSession sess, Destination queue)
          Constructs a sender.
TopicPublisher(TopicSession sess, Destination topic)
          Constructs a publisher.
TopicSubscriber(Session sess, Destination topic, java.lang.String name, java.lang.String selector, boolean noLocal)
          Constructs a subscriber.
 

Uses of Destination in org.objectweb.joram.client.jms.admin
 

Subclasses of Destination in org.objectweb.joram.client.jms.admin
 class ClusterDestination
          A base class for clustered destinations.
 class ClusterQueue
          this is a sample.
 class ClusterTopic
          this is a sample.
 class DeadMQueue
          Deprecated. Since Joram 5.2.2 the DeadMQueue is a simply a Queue.
 

Methods in org.objectweb.joram.client.jms.admin that return Destination
 Destination AdminWrapper.createQueue(int serverId, java.lang.String name)
          Creates or retrieves a queue destination on a given JORAM server.
 Destination AdminWrapper.createQueue(int serverId, java.lang.String name, java.lang.String className, java.util.Properties prop)
          Creates or retrieves a queue destination on a given JORAM server.
static Destination AdminModule.createQueue(int serverId, java.lang.String name, java.lang.String className, java.util.Properties prop)
          Creates or retrieves a queue destination on a given JORAM server.
 Destination AdminWrapper.createQueue(java.lang.String name)
          Creates or retrieves a queue destination on a given JORAM server.
 Destination AdminWrapper.createTopic(int serverId, java.lang.String name)
          Creates or retrieves a topic destination on a given JORAM server.
 Destination AdminWrapper.createTopic(int serverId, java.lang.String name, java.lang.String className, java.util.Properties prop)
          Creates or retrieves a topic destination on a given JORAM server.
static Destination AdminModule.createTopic(int serverId, java.lang.String name, java.lang.String className, java.util.Properties prop)
          Creates or retrieves a topic destination on a given JORAM server.
 Destination AdminWrapper.createTopic(java.lang.String name)
          Creates or retrieves a topic destination on the underlying JORAM server.
protected  Destination ClusterDestination.getDestination()
          return the appropriate destination of cluster
 Destination[] AdminWrapper.getDestinations()
          Returns the list of all destinations that exist on the local server.
static Destination[] AdminModule.getDestinations()
          Returns the list of all destinations that exist on the local server, or null if none exist.
 Destination[] AdminWrapper.getDestinations(int serverId)
          Returns the list of all destinations that exist on a given server.
static Destination[] AdminModule.getDestinations(int serverId)
          Returns the list of all destinations that exist on a given server, or null if none exist.
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type Destination
 void ClusterDestination.addDestination(Destination dest)
          Adds a destination to the cluster.
 void ClusterDestination.addDestination(java.lang.String location, Destination dest)
          Adds a destination to the cluster with the specified location key.
(package private)  void JoramSaxWrapper.configureDestination(Destination dest)
           
(package private)  void JoramSaxWrapper.setDestinationDMQ(Destination dest, java.lang.String dmq)
           
static void AdminHelper.setQueueCluster(Destination clusterQueue, Queue joiningQueue)
          Deprecated.  
private  void JoramAdmin.wrapDestination(Destination destination)
           
private  void JoramAdmin.wrapDestinations(Destination[] destinations)
           
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.