Package org.objectweb.joram.client.jms
Class Session.SessionCloseTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.objectweb.joram.client.jms.Session.SessionCloseTask
-
-
Field Summary
Fields Modifier and Type Field Description private longtxPendingTimer
-
Constructor Summary
Constructors Constructor Description SessionCloseTask(long txPendingTimer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Method called when the timer expires, actually closing the session.voidstart()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-