Uses of Interface
org.ow2.joram.jakarta.jms.DestinationMBean
-
Packages that use DestinationMBean Package Description org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.admin Theorg.ow2.joram.jakarta.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. -
-
Uses of DestinationMBean in org.ow2.joram.jakarta.jms
Subinterfaces of DestinationMBean in org.ow2.joram.jakarta.jms Modifier and Type Interface Description interfaceQueueMBeaninterfaceTopicMBeanClasses in org.ow2.joram.jakarta.jms that implement DestinationMBean Modifier and Type Class Description classDestinationImplements thejakarta.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.classQueueImplements thejakarta.jms.Queueinterface.classTemporaryQueueImplements thejakarta.jms.TemporaryQueueinterface.classTemporaryTopicImplements thejakarta.jms.TemporaryTopicinterface.classTopicImplements thejakarta.jms.Topicinterface. -
Uses of DestinationMBean in org.ow2.joram.jakarta.jms.admin
Classes in org.ow2.joram.jakarta.jms.admin that implement DestinationMBean Modifier and Type Class Description classClusterDestinationA base class for clustered destinations.classClusterQueueClustered queue.classClusterTopicClustered topic.
-