Uses of Interface
org.objectweb.joram.client.jms.ConnectionMBean
-
Packages that use ConnectionMBean 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. -
-
Uses of ConnectionMBean in org.objectweb.joram.client.jms
Classes in org.objectweb.joram.client.jms that implement ConnectionMBean Modifier and Type Class Description classConnectionImplements thejavax.jms.Connectioninterface.classQueueConnectionImplements thejavax.jms.QueueConnectioninterface.classTopicConnectionImplements thejavax.jms.TopicConnectioninterface.classXAConnectionConnection used within global transactions; an instance of this class acts as a resource manager.classXAQueueConnectionImplements thejavax.jms.XAQueueConnectioninterface.classXATopicConnectionImplements thejavax.jms.XATopicConnectioninterface.
-