Uses of Interface
org.objectweb.joram.client.jms.DestinationMBean
-
Packages that use DestinationMBean 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 DestinationMBean in org.objectweb.joram.client.jms
Subinterfaces of DestinationMBean in org.objectweb.joram.client.jms Modifier and Type Interface Description interfaceQueueMBeaninterfaceTopicMBeanClasses in org.objectweb.joram.client.jms that implement DestinationMBean Modifier and Type Class Description classDestinationImplements thejavax.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.classQueueImplements thejavax.jms.Queueinterface.classTemporaryQueueImplements thejavax.jms.TemporaryQueueinterface.classTemporaryTopicImplements thejavax.jms.TemporaryTopicinterface.classTopicImplements thejavax.jms.Topicinterface. -
Uses of DestinationMBean in org.objectweb.joram.client.jms.admin
Classes in org.objectweb.joram.client.jms.admin that implement DestinationMBean 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.
-