|
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 | +--com.ibm.mqe.MQeRule | +--com.ibm.mqe.MQeQueueManagerRule | +--examples.rules.ExampleQueueManagerRules
Field Summary | |
static short[] |
version
|
Constructor Summary | |
ExampleQueueManagerRules()
|
Method Summary | |
void |
queueManagerActivate()
This rule is called when the queue manager is activated. |
void |
queueManagerClose()
This rule is called when the queue manager is closed. |
void |
run()
|
Methods inherited from class com.ibm.mqe.MQeQueueManagerRule |
activateQueues, addQueue, deleteMessage, getMessage, getRetryCount, peerConnection, putMessage, removeQueue, transmit, triggerTransmission, undo |
Methods inherited from class com.ibm.mqe.MQeRule |
activate, close, newRule |
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
Constructor Detail |
public ExampleQueueManagerRules()
Method Detail |
public void queueManagerActivate() throws java.lang.Exception
MQeQueueManagerRule
This rule is called when the queue manager is activated.
queueManagerActivate
in class MQeQueueManagerRule
java.lang.Exception
- Note : This exception is retained for backward compatibility only and any exception thrown in this method will be caught and ignored.
public void queueManagerClose() throws java.lang.Exception
MQeQueueManagerRule
This rule is called when the queue manager is closed.
queueManagerClose
in class MQeQueueManagerRule
java.lang.Exception
- Note : This exception is retained for backward compatibility only and any exception thrown in this method will be caught and ignored.
MQeQueueManagerRule.queueManagerActivate()
public void run()
run
in interface java.lang.Runnable
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |