Uses of Class
to.etc.domui.util.janitor.Janitor

Packages that use Janitor
to.etc.domui.util.janitor   
 

Uses of Janitor in to.etc.domui.util.janitor
 

Fields in to.etc.domui.util.janitor declared as Janitor
protected  Janitor JanitorTask.m_j
          The janitor..
protected  Janitor JanitorException.m_j
          The janitor that threw this
 

Methods in to.etc.domui.util.janitor that return Janitor
static Janitor Janitor.getJanitor()
          Returns the Janitor, the class handling housekeeping chores.
 

Constructors in to.etc.domui.util.janitor with parameters of type Janitor
JanitorThread(Janitor j, int slot)