textbender.a.r.page
Class Run

java.lang.Object
  extended by Run

@ThreadSafe
public final class Run
extends Object

A run of the page daemon code. The single instance of Run is available via Run.i().

In Mozilla (1.7.13), each browser window has a separate classloader for the page daemon code. In Mozilla therefore, a run corresponds to a single browser window. This may vary, depending on the browser.


Method Summary
static Run i()
          The single instance of Run.
(package private)  boolean start()
          Starts the run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

i

public static Run i()
The single instance of Run.


start

boolean start()
Starts the run.

Returns:
false if start already commenced; true otherwise