Uses of Interface
com.ibm.di.systemqueue.driver.JMSDriver
-
Packages that use JMSDriver Package Description com.ibm.di.plugin.pwstore.jms.driver Provides classes for connecting to different JMS password stores.com.ibm.di.systemqueue.driver Provides classes for connecting to different JMS password stores. -
-
Uses of JMSDriver in com.ibm.di.plugin.pwstore.jms.driver
Classes in com.ibm.di.plugin.pwstore.jms.driver that implement JMSDriver Modifier and Type Class Description class
ActiveMQ
The ActiveMQ JMS Driver implementation.class
IBMMB
A MicroBroker JMS Driver responsible for connection to a MicroBroker server and creating both the QueueConnectionFactore and the TopicConnectionFactory.class
IBMMQ
The Websphere MQ Series JMS Driver implementation.Methods in com.ibm.di.plugin.pwstore.jms.driver that return JMSDriver Modifier and Type Method Description JMSDriver
JMSDriverFactory. getDriver(java.lang.String aClassName, java.util.Hashtable aEnv)
Instantiates a new JMS driver from the class specified in aClassName and initializes it with the environment parameters provided in aEnv. -
Uses of JMSDriver in com.ibm.di.systemqueue.driver
Classes in com.ibm.di.systemqueue.driver that implement JMSDriver Modifier and Type Class Description class
ActiveMQ
The ActiveMQ JMS Driver implementation.class
IBMMB
A MicroBroker JMS Driver responsible for connection to a MicroBroker server and creating both the QueueConnectionFactore and the TopicConnectionFactory.class
IBMMQ
The Websphere MQ Series JMS Driver implementation.class
JMSScriptDriver
The Script JMS Driver implementation.class
WebsphereESB
The JMS Client implementation for Enterprise Servcie Bus.Methods in com.ibm.di.systemqueue.driver that return JMSDriver Modifier and Type Method Description static JMSDriver
JMSDriverFactory. getDriver(java.lang.String aClassName, java.util.Hashtable aEnv)
Instantiates a new JMS driver from the class specified in aClassName and initializes it with the environment parameters provided in aEnv.
-