org.openqa.selenium.server
Class BrowserSessionFactory.CleanupTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.openqa.selenium.server.BrowserSessionFactory.CleanupTask
All Implemented Interfaces:
Runnable
Enclosing class:
BrowserSessionFactory

protected class BrowserSessionFactory.CleanupTask
extends TimerTask

TimerTask that looks for unused sessions in the availableSessions collection.

Author:
[email protected] (Jennifer Bevan)

Constructor Summary
protected BrowserSessionFactory.CleanupTask()
           
 
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

BrowserSessionFactory.CleanupTask

protected BrowserSessionFactory.CleanupTask()
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2012. All Rights Reserved.