org.exolab.jms.server.http
Class HttpJmsSessionPinger

java.lang.Object
  |
  +--org.exolab.jms.server.http.HttpJmsSessionPinger
All Implemented Interfaces:
java.lang.Runnable

public class HttpJmsSessionPinger
extends java.lang.Object
implements java.lang.Runnable

A simpler pinger, which runs in its own thread and is responsible for pinging a client session, if no messages have been sent to the client with a timeout period. Package protected.

Version:
$Revision: 1.5 $ $Date: 2003/08/17 01:32:26 $
Author:
Jim Mourikis
See Also:
HttpJmsSessionSender

Method Summary
 void run()
          The main loop of the thread which does the pinging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
The main loop of the thread which does the pinging.
Specified by:
run in interface java.lang.Runnable


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.