Uses of Class
com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJob

Packages that use JavaScriptJob
com.gargoylesoftware.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval()
 

Uses of JavaScriptJob in com.gargoylesoftware.htmlunit.javascript.background
 

Subclasses of JavaScriptJob in com.gargoylesoftware.htmlunit.javascript.background
 class JavaScriptExecutionJob
          A JavaScript-triggered background job representing the execution of some JavaScript code.
 class JavaScriptFunctionJob
          A JavaScriptJob created from a Function object.
 class JavaScriptStringJob
          A JavaScriptExecutionJob created from a string of code.
 

Methods in com.gargoylesoftware.htmlunit.javascript.background that return JavaScriptJob
protected  JavaScriptJob JavaScriptExecutor.JobExecutor.getEarliestJob()
          Returns the earliest job.
 JavaScriptJob JavaScriptJobManagerImpl.getEarliestJob()
          Gets the earliest job for this manager.
 JavaScriptJob JavaScriptJobManager.getEarliestJob()
          Gets the earliest job for this manager.
 

Methods in com.gargoylesoftware.htmlunit.javascript.background with parameters of type JavaScriptJob
 int JavaScriptJobManagerImpl.addJob(JavaScriptJob job, Page page)
          Adds the specified job to this job manager, assigning it an ID.
 int JavaScriptJobManager.addJob(JavaScriptJob job, Page page)
          Adds the specified job to this job manager, assigning it an ID.
 int JavaScriptJob.compareTo(JavaScriptJob other)
          
 boolean JavaScriptJobManagerImpl.runSingleJob(JavaScriptJob givenJob)
          Runs the provided job if it is the right time for it.
 boolean JavaScriptJobManager.runSingleJob(JavaScriptJob job)
          Runs the provided job if it is the right time for it.
 



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