API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot. JOTInitializer View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
 Object
      JOTInitializer
Implements
Subclasses
Description
public class JOTInitializer
  This handles the initialization(and shutdown) of JOT.
See also:   
Constructors
private JOTInitializer ()
Methods
Hide/Show inherited methods
public void destroy ()
To be called on program exit Cleans up all resources (close open files, stop threads etc ...)
protected void finalize () throws Throwable
On finalize we call destroy so that even if the user forgot to call it, we try to cleanup the resources anyhow.
publicfinalstatic JOTInitializer getInstance ()
public void init () throws Exception
Initializes JOT
public boolean isTestMode ()
 
public void setTestMode (boolean b)
Fields
Hide/Show inherited fields
publicfinalstatic String VERSION = "0.1.5"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar