org.openqa.selenium.server
Class BrowserSessionFactory.CleanupTask
java.lang.Object
java.util.TimerTask
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)
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserSessionFactory.CleanupTask
protected BrowserSessionFactory.CleanupTask()
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask
Copyright © 2012. All Rights Reserved.