planetj.dataengine.task
Class RetrieveTablesTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byplanetj.util.CMTimerTask
          extended byplanetj.dataengine.task.DataEngineTimerTask
              extended byplanetj.dataengine.task.RetrieveTablesTask
All Implemented Interfaces:
java.lang.Runnable

public class RetrieveTablesTask
extends DataEngineTimerTask


Constructor Summary
RetrieveTablesTask()
          DETask constructor comment.
RetrieveTablesTask(Library pLibrary)
           
 
Method Summary
 Library getLibrary()
           
 void performTask()
          The action to be performed by this task.
 void setLibrary(Library pLibrary)
           
 
Methods inherited from class planetj.dataengine.task.DataEngineTimerTask
postTask, preTask
 
Methods inherited from class planetj.util.CMTimerTask
addListener, getNewTaskEvent, getTaskEvent, removeListener, run, taskCompleted, taskFailed, taskStarted
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveTablesTask

public RetrieveTablesTask()
DETask constructor comment.


RetrieveTablesTask

public RetrieveTablesTask(Library pLibrary)
Method Detail

getLibrary

public Library getLibrary()

performTask

public void performTask()
                 throws java.lang.Exception
The action to be performed by this task.

Specified by:
performTask in class CMTimerTask
Throws:
java.lang.Exception

setLibrary

public void setLibrary(Library pLibrary)