|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
private class RequestMultiplexer.HeartBeatTask
Timer task responsible for sending a ping message to the server if no request has been sent during the specified timeout ('cnxPendingTimer' from the factory parameters).
Field Summary | |
---|---|
private long |
heartBeat
|
Constructor Summary | |
---|---|
RequestMultiplexer.HeartBeatTask(long heartBeat)
|
Method Summary | |
---|---|
void |
run()
|
void |
start()
|
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private long heartBeat
Constructor Detail |
---|
RequestMultiplexer.HeartBeatTask(long heartBeat)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public void start() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |