Class RequestMultiplexer.HeartBeatTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RequestMultiplexer
private class RequestMultiplexer.HeartBeatTask extends TimerTask
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
Fields Modifier and Type Field Description private longheartBeat
-
Constructor Summary
Constructors Constructor Description HeartBeatTask(long heartBeat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidstart()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-