org.jboss.remoting.transport.socket
Class SocketServerInvoker.IdleTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jboss.remoting.transport.socket.SocketServerInvoker.IdleTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SocketServerInvoker

public class SocketServerInvoker.IdleTimerTask
extends java.util.TimerTask

The IdleTimerTask is used to periodically check the server threads to see if any have been idle for a specified amount of time, and if so, release those threads and their connections and clear from the server thread pool.


Constructor Summary
SocketServerInvoker.IdleTimerTask()
           
 
Method Summary
 void run()
           
 
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
 

Constructor Detail

SocketServerInvoker.IdleTimerTask

public SocketServerInvoker.IdleTimerTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.