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

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

public class IBMMB
extends IBMMB

A MicroBroker JMS Driver responsible for connection to a MicroBroker server and creating both the QueueConnectionFactore and the TopicConnectionFactory. FOR INTERNAL USE ONLY! THIS CLASS IS NOT SUPPORTED FOR THE TDI 7.1 RELEASE!


Field Summary
protected static String COPYRIGHT
           
 
Fields inherited from class com.ibm.di.systemqueue.driver.IBMMB
host, log, MB_DEFAULT_PORT, MB_JMS_BROKER, port, resHash, url
 
Fields inherited from interface com.ibm.di.systemqueue.driver.JMSDriver
ENVIRONMENT_LOG, JMS_DRIVER_TMS_FILE
 
Constructor Summary
IBMMB()
           
 
Method Summary
 
Methods inherited from class com.ibm.di.systemqueue.driver.IBMMB
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

IBMMB

public IBMMB()