Uses of Class
org.objectweb.joram.client.jms.Destination
-
Packages that use Destination Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage 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 Modifier and Type Class Description classQueueImplements thejavax.jms.Queueinterface.classTemporaryQueueImplements thejavax.jms.TemporaryQueueinterface.classTemporaryTopicImplements thejavax.jms.TemporaryTopicinterface.classTopicImplements thejavax.jms.Topicinterface.Fields in org.objectweb.joram.client.jms declared as Destination Modifier and Type Field Description protected DestinationMessageConsumer. destThe destination the consumer gets its messages from.protected DestinationMessageProducer. destThe destination the producer sends messages to.Methods in org.objectweb.joram.client.jms that return Destination Modifier and Type Method Description DestinationMessageConsumer. getDest()static DestinationDestination. newInstance(String id, String name, byte type)Methods in org.objectweb.joram.client.jms with parameters of type Destination Modifier and Type Method Description (package private) voidSession. acknowledge(Destination dest, String msgId)Method acknowledging one received message.protected voidDestination. doCreate(int serverId, String name, String className, 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 voidMessageProducer. doSend(Destination dest, Message message, int deliveryMode, int priority, long timeToLive)Actually sends a message to a given destination.private voidMessageProducer. doSend(Destination dest, Message message, int deliveryMode, int priority, long timeToLive, CompletionListener completionListener)Actually sends a message to a given destination.static StringDestination. getJMXBeanName(String base, Destination dest)private voidSession. prepareSend(Destination dest, org.objectweb.joram.shared.messages.Message msg)Method called by message producers when producing a message for preparing the session to later commit it.(package private) voidSession. send(Destination dest, Message msg, int deliveryMode, int priority, long timeToLive, boolean timestampDisabled, long deliveryDelay, CompletionListener completionListener, MessageProducer messageProducer)Called by MessageProducer.Constructors in org.objectweb.joram.client.jms with parameters of type Destination Constructor Description MessageConsumer(Session sess, Destination dest, String selector)Constructs a consumer.MessageConsumer(Session sess, Destination dest, String selector, String subName, boolean noLocal, boolean shared, boolean durableSubscriber)Constructs a consumer.MessageProducer(Session sess, Destination dest)Constructs a producer.QueueReceiver(QueueSession sess, Destination queue, 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, String name, String selector, boolean noLocal, boolean durableSubscriber)Constructs a subscriber. -
Uses of Destination in org.objectweb.joram.client.jms.admin
Subclasses of Destination in org.objectweb.joram.client.jms.admin Modifier and Type Class Description classClusterDestinationA base class for clustered destinations.classClusterQueueClustered queue.classClusterTopicClustered topic.classDeadMQueueDeprecated.Since Joram 5.2.2 the DeadMQueue is a simply a Queue.Fields in org.objectweb.joram.client.jms.admin with type parameters of type Destination Modifier and Type Field Description protected Hashtable<String,Destination>ClusterDestination. clusterMethods in org.objectweb.joram.client.jms.admin that return Destination Modifier and Type Method Description DestinationAdminItf. createQueue(int serverId, String name)Creates or retrieves a queue destination on a given JORAM server.DestinationAdminItf. createQueue(int serverId, String name, String className, Properties prop)Creates or retrieves a queue destination on a given JORAM server.DestinationAdminItf. createQueue(String name)Creates or retrieves a queue destination on a given JORAM server.static DestinationAdminModule. createQueue(int serverId, String name, String className, Properties prop)Creates or retrieves a queue destination on a given JORAM server.DestinationAdminWrapper. createQueue(int serverId, String name)Creates or retrieves a queue destination on a given JORAM server.DestinationAdminWrapper. createQueue(int serverId, String name, String className, Properties prop)Creates or retrieves a queue destination on a given JORAM server.DestinationAdminWrapper. createQueue(String name)Creates or retrieves a queue destination on a given JORAM server.DestinationJoramAdmin. createQueue(int serverId, String name)Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the correspondingQueueinstance.DestinationJoramAdmin. createQueue(int serverId, String name, String className, Properties prop)DestinationJoramAdmin. createQueue(String name)Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the correspondingQueueinstance.DestinationAdminItf. createTopic(int serverId, String name)Creates or retrieves a topic destination on a given JORAM server.DestinationAdminItf. createTopic(int serverId, String name, String className, Properties prop)Creates or retrieves a topic destination on a given JORAM server.DestinationAdminItf. createTopic(String name)Creates or retrieves a topic destination on the underlying JORAM server.static DestinationAdminModule. createTopic(int serverId, String name, String className, Properties prop)Creates or retrieves a topic destination on a given JORAM server.DestinationAdminWrapper. createTopic(int serverId, String name)Creates or retrieves a topic destination on a given JORAM server.DestinationAdminWrapper. createTopic(int serverId, String name, String className, Properties prop)Creates or retrieves a topic destination on a given JORAM server.DestinationAdminWrapper. createTopic(String name)Creates or retrieves a topic destination on the underlying JORAM server.DestinationJoramAdmin. createTopic(int serverId, String name)Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the correspondingTopicinstance.DestinationJoramAdmin. createTopic(int serverId, String name, String className, Properties prop)DestinationJoramAdmin. createTopic(String name)Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the correspondingTopicinstance.protected DestinationClusterDestination. getDestination()return the appropriate destination of clusterDestination[]AdminItf. getDestinations()Returns the list of all destinations that exist on the local server.Destination[]AdminItf. getDestinations(int serverId)Returns the list of all destinations that exist on a given server.static Destination[]AdminModule. getDestinations()Returns the list of all destinations that exist on the local server, or null if none exist.static Destination[]AdminModule. getDestinations(int serverId)Returns the list of all destinations that exist on a given server, or null if none exist.Destination[]AdminWrapper. getDestinations()Returns the list of all destinations that exist on the local server.Destination[]AdminWrapper. getDestinations(int serverId)Returns the list of all destinations that exist on a given server.Destination[]JoramAdmin. getDestinations()This method creates and registers MBeans for all the destinations on the local server.Destination[]JoramAdmin. getDestinations(int serverId)This method creates and registers MBeans for all the destinations of the selected server.private DestinationJoramAdmin. wrapDestination(Destination destination)private Destination[]JoramAdmin. wrapDestinations(Destination[] destinations)Methods in org.objectweb.joram.client.jms.admin that return types with arguments of type Destination Modifier and Type Method Description Hashtable<String,Destination>ClusterDestination. getCluster()Methods in org.objectweb.joram.client.jms.admin with parameters of type Destination Modifier and Type Method Description voidClusterDestination. addDestination(String location, Destination dest)Adds a destination to the cluster with the specifiedlocationkey.voidClusterDestination. addDestination(Destination dest)Adds a destination to the cluster.(package private) voidJoramSaxWrapper. configureDestination(Destination dest)(package private) voidJoramSaxWrapper. registerDestination(Destination dest)(package private) voidJoramSaxWrapper. setDestinationDMQ(String name, Destination dest, String dmq)static voidAdminHelper. setQueueCluster(Destination clusterQueue, Queue joiningQueue)Deprecated.private DestinationJoramAdmin. wrapDestination(Destination destination)private Destination[]JoramAdmin. wrapDestinations(Destination[] destinations)Method parameters in org.objectweb.joram.client.jms.admin with type arguments of type Destination Modifier and Type Method Description voidClusterDestination. setCluster(Hashtable<String,Destination> cluster)Constructor parameters in org.objectweb.joram.client.jms.admin with type arguments of type Destination Constructor Description ClusterDestination(Hashtable<String,Destination> cluster)Constructs a cluster destination.
-