Uses of Interface
com.ibm.di.systemqueue.driver.JMSDriver

Packages that use JMSDriver
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
 

Methods in com.ibm.di.plugin.pwstore.jms.driver that return JMSDriver
 JMSDriver JMSDriverFactory.getDriver(String aClassName, 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
 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 IBMMQe
          The MQe 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
static JMSDriver JMSDriverFactory.getDriver(String aClassName, Hashtable aEnv)
          Instantiates a new JMS driver from the class specified in aClassName and initializes it with the environment parameters provided in aEnv.