com.ibm.di.plugin.pwstore.jms.driver
Class IBMMQ

java.lang.Object
  extended by com.ibm.di.systemqueue.driver.IBMMQ
      extended by com.ibm.di.plugin.pwstore.jms.driver.IBMMQ
All Implemented Interfaces:
JMSDriver

public class IBMMQ
extends IBMMQ

The Websphere MQ Series JMS Driver implementation. It initialize the JMS Driver and provides specific way for obtaining JMS QueueConnectionFactory.


Field Summary
protected static String COPYRIGHT
           
 
Fields inherited from class com.ibm.di.systemqueue.driver.IBMMQ
log, mChannel, mCipherSuite, mHost, mPort, mQmgr, mSSL, mURL, PROP_MQ_BROKER, PROP_MQ_CHANNEL, PROP_MQ_QMANAGER, PROP_MQ_SSL_CIPHER, PROP_MQ_SSL_USE_FLAG, resHash
 
Fields inherited from interface com.ibm.di.systemqueue.driver.JMSDriver
ENVIRONMENT_LOG, JMS_DRIVER_TMS_FILE
 
Constructor Summary
IBMMQ()
           
 
Method Summary
 
Methods inherited from class com.ibm.di.systemqueue.driver.IBMMQ
getQueueFactory, getTopicFactory, initialize, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

protected static final String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

IBMMQ

public IBMMQ()