|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mqe.MQe | +--examples.queuemanager.MQeServer | +--examples.mqbridge.queuemanager.MQBridgeServer
The MQBridgeServer class extends MQeServer, and provides no function that the superclass provides. It is here solely as a migration aid for programs which have been coded against previous versions of MQe, but require this class to exist in order to work effectively.
Field Summary | |
static java.lang.String |
Section_MQBridge
Deprecated. |
static short[] |
version
Deprecated. |
Fields inherited from class examples.queuemanager.MQeServer |
initialised, loadTable, queueManager, sections |
Constructor Summary | |
MQBridgeServer()
Deprecated. |
|
MQBridgeServer(MQeFields ThisConfig)
Deprecated. |
|
MQBridgeServer(java.lang.String iniFileName)
Deprecated. |
|
MQBridgeServer(java.lang.String iniFileName,
boolean suppressStdout)
Deprecated. |
Method Summary | |
void |
activate(boolean Start)
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
Methods inherited from class examples.queuemanager.MQeServer |
close, init, init |
Methods inherited from class com.ibm.mqe.MQe |
abbreviate, alias, asciiToByte, byteToAscii, byteToHex, byteToHex, byteToInt, byteToLong, byteToShort, byteToUnicode, fileSeparator, getEventLogHandler, hexToAscii, hexToByte, intToByte, isCLDC, loadClass, loadObject, log, setEventLogHandler, setLoader, sliceByteArray, type, unicodeToByte, uniqueValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static short[] version
public static final java.lang.String Section_MQBridge
Constructor Detail |
public MQBridgeServer(MQeFields ThisConfig) throws java.lang.Exception
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
public MQBridgeServer()
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
public MQBridgeServer(java.lang.String iniFileName) throws java.lang.Exception
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
public MQBridgeServer(java.lang.String iniFileName, boolean suppressStdout) throws java.lang.Exception
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
Method Detail |
public static void main(java.lang.String[] args)
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
public void activate(boolean Start) throws java.lang.Exception
This class is no longer useful in this and later versions of MQe. It is here solely as a migration aid, to allow programs written against previous versions of MQe to continue to run cleanly.
activate
in class MQeServer
java.lang.Exception
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |