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 classActiveMQThe ActiveMQ JMS Driver implementation.classIBMMBA MicroBroker JMS Driver responsible for connection to a MicroBroker server and creating both the QueueConnectionFactore and the TopicConnectionFactory.classIBMMQThe Websphere MQ Series JMS Driver implementation.Methods in com.ibm.di.plugin.pwstore.jms.driver that return JMSDriver Modifier and Type Method Description JMSDriverJMSDriverFactory. 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 classActiveMQThe ActiveMQ JMS Driver implementation.classIBMMBA MicroBroker JMS Driver responsible for connection to a MicroBroker server and creating both the QueueConnectionFactore and the TopicConnectionFactory.classIBMMQThe Websphere MQ Series JMS Driver implementation.classJMSScriptDriverThe Script JMS Driver implementation.classWebsphereESBThe JMS Client implementation for Enterprise Servcie Bus.Methods in com.ibm.di.systemqueue.driver that return JMSDriver Modifier and Type Method Description static JMSDriverJMSDriverFactory. 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.
-