Uses of Class
org.objectweb.joram.client.jms.JMSContext
-
Packages that use JMSContext 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 JMSContext in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms declared as JMSContext Modifier and Type Field Description private JMSContextXAJMSContext. contextEmbedded JMSContext object associated with this XAJMSContext. -
Uses of JMSContext in org.objectweb.joram.client.jms.admin
Methods in org.objectweb.joram.client.jms.admin that return JMSContext Modifier and Type Method Description JMSContextAbstractConnectionFactory. createContext(String userName, String password, int mode)JMS2.0 API method.
-