|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.systemqueue.driver.IBMMQ
public class IBMMQ
The Websphere MQ Series JMS Driver implementation. It initialize the JMS Driver and provides specific way for obtaining JMS QueueConnectionFactory.
| Constructor Summary | |
|---|---|
IBMMQ()
|
|
| Method Summary | |
|---|---|
javax.jms.QueueConnectionFactory |
getQueueFactory()
This method retrieves the provider-specific javax.jms.QueueConnectionFactory object |
javax.jms.TopicConnectionFactory |
getTopicFactory()
This method retrieves the provider-specific javax.jms.TopicConnectionFactory object |
void |
initialize(Hashtable aEnv)
The initialize(Hastable env) method is passed a java.util.Hashtable object which stores provider-specific parameters, which can be used for connecting to a specific instance of the JMS server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IBMMQ()
| Method Detail |
|---|
public void initialize(Hashtable aEnv)
throws Exception
initialize in interface JMSDriveraEnv - Hashtable that holds Driver properties
Exception - if JMS Driver cannot be initialized
public javax.jms.QueueConnectionFactory getQueueFactory()
throws Exception
getQueueFactory in interface JMSDriverException - if QueueConnectionFactory cannot be created
public javax.jms.TopicConnectionFactory getTopicFactory()
throws Exception
getTopicFactory in interface JMSDriverException - if TopicConnectionFactory cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||