|
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.MQeChannelTimer
A simple timer used in the process of timing out idle channels.
This class extends MQe
class.
Field Summary | |
protected MQeChannelManager |
channelManager
|
protected java.lang.Thread |
running
|
protected long |
timeout
|
static short[] |
version
|
Constructor Summary | |
MQeChannelTimer(MQeChannelManager thisChannelManager,
long thisTimeout)
This is a Constructor. |
Method Summary | |
void |
run()
Run procedure. |
void |
stop()
Stop procedure. |
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
protected java.lang.Thread running
protected long timeout
protected MQeChannelManager channelManager
Constructor Detail |
public MQeChannelTimer(MQeChannelManager thisChannelManager, long thisTimeout) throws java.lang.Exception
This is a Constructor.
java.lang.Exception
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void stop()
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |