planetj.dataengine.task
Class RetrieveTablesTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--planetj.util.CMTimerTask
              |
              +--planetj.dataengine.task.DataEngineTimerTask
                    |
                    +--planetj.dataengine.task.RetrieveTablesTask
All Implemented Interfaces:
Runnable

public class RetrieveTablesTask
extends DataEngineTimerTask

Author:
PlanetJ Corporation

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
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, 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 Exception
The action to be performed by this task.

Specified by:
performTask in class CMTimerTask
Exception

setLibrary

public void setLibrary(Library pLibrary)