Uses of Interface
org.htmlunit.javascript.background.JavaScriptJobManager
Packages that use JavaScriptJobManager
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.-
Uses of JavaScriptJobManager in org.htmlunit
Fields in org.htmlunit declared as JavaScriptJobManagerFields in org.htmlunit with type parameters of type JavaScriptJobManagerModifier and TypeFieldDescriptionprivate List
<WeakReference<JavaScriptJobManager>> WebClient.jobManagers_
Methods in org.htmlunit that return JavaScriptJobManagerModifier and TypeMethodDescriptionWebWindow.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window.WebWindowImpl.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window.Methods in org.htmlunit with parameters of type JavaScriptJobManagerModifier and TypeMethodDescriptionvoid
WebWindowImpl.setJobManager
(JavaScriptJobManager jobManager) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of JavaScriptJobManager in org.htmlunit.javascript.background
Classes in org.htmlunit.javascript.background that implement JavaScriptJobManagerModifier and TypeClassDescription(package private) class
Default implementation ofJavaScriptJobManager
.Fields in org.htmlunit.javascript.background with type parameters of type JavaScriptJobManagerModifier and TypeFieldDescriptionprivate final List
<WeakReference<JavaScriptJobManager>> DefaultJavaScriptExecutor.jobManagerList_
Methods in org.htmlunit.javascript.background that return JavaScriptJobManagerModifier and TypeMethodDescriptionBackgroundJavaScriptFactory.createJavaScriptJobManager
(WebWindow webWindow) Creates a new JavaScriptJobManager for the given window.protected JavaScriptJobManager
DefaultJavaScriptExecutor.getJobManagerWithEarliestJob()
Returns the JobExecutor corresponding to the earliest job.Methods in org.htmlunit.javascript.background with parameters of type JavaScriptJobManagerModifier and TypeMethodDescriptionprivate void
DefaultJavaScriptExecutor.updateJobMangerList
(JavaScriptJobManager newJobManager)