|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.systemqueue.SystemQueueEngine
public class SystemQueueEngine
The System Queue Engine provides initialization of MQe and default System Queue object. The SystemQueueEngine is Singleton and provide single entry point to create and access connections to specific JMS Drivers. It reads specified parameters in global.properties/solution.properties and creates desired System Queue objects. It provides public static method for creating additional System Queue with given parameters.
Field Summary | |
---|---|
protected static String |
COPYRIGHT
|
static ResourceHash |
sResHash
|
Method Summary | |
---|---|
static SystemQueueEngine |
getInstance()
Creator/getter of SystemQueueEngine singleton, single entry point when creating or getting SystemQueueEngine object |
static com.ibm.mqe.jms.MQeQueueConnectionFactory |
getMQeQueueConnectionFactory()
Deprecated. use the getSystemQueue() method instead. |
static SystemQueue |
getSystemQueue()
Public getter of default SystemQueue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String COPYRIGHT
public static final ResourceHash sResHash
Method Detail |
---|
public static SystemQueueEngine getInstance() throws Exception
Exception
- If SystemQueueEngine is turned offpublic static SystemQueue getSystemQueue() throws Exception
Exception
- If SystemQueueEngine is turned off or default System Queue
cannot be initializedpublic static com.ibm.mqe.jms.MQeQueueConnectionFactory getMQeQueueConnectionFactory() throws Exception
getSystemQueue()
method instead.
Exception
- If SystemQueueEngine is turned off
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |