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

Packages that use JMSDriver
com.ibm.di.systemqueue.driver   
 

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

Classes in com.ibm.di.systemqueue.driver that implement JMSDriver
 class IBMMQ
          The Websphere MQ Series JMS Driver implementation.
 class IBMMQe
          The MQe JMS Driver implementation.
 class JMSScriptDriver
          The Script JMS Driver implementation.
 

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.