com.gargoylesoftware.htmlunit.javascript.background
Class JavaScriptExecutor.JobExecutor

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.javascript.background.JavaScriptExecutor.JobExecutor
Enclosing class:
JavaScriptExecutor

protected final class JavaScriptExecutor.JobExecutor
extends Object

A simple class to store a JavaScriptJobManager and its earliest job.


Method Summary
protected  JavaScriptJob getEarliestJob()
          Returns the earliest job.
protected  JavaScriptJobManager getJobManager()
          Returns the JavaScriptJobManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEarliestJob

protected JavaScriptJob getEarliestJob()
Returns the earliest job.

Returns:
the earliest job.

getJobManager

protected JavaScriptJobManager getJobManager()
Returns the JavaScriptJobManager.

Returns:
the JavaScriptJobManager.


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.