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

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

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

Fields in to.etc.domui.util.janitor declared as JanitorTask
protected  JanitorTask JanitorThread.m_jt
          The janitor task executing in this thread
protected  JanitorTask JanitorException.m_jt
          The task that threw this
 

Methods in to.etc.domui.util.janitor with parameters of type JanitorTask
 int Janitor.addTask(int interval, boolean once, java.lang.String name, JanitorTask jt)
          Add a new task to the janitor's tables.
 int Janitor.addTaskAt(java.util.Date attime, java.lang.String name, JanitorTask jt)
          Adds a task to the janitor's table.
 void JanitorThread.assignTask(JanitorTask jt)
           
 

Constructors in to.etc.domui.util.janitor with parameters of type JanitorTask
JanitorException(JanitorTask jt, java.lang.String msg)