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
RetrieveTablesTask
public RetrieveTablesTask()
- DETask constructor comment.
RetrieveTablesTask
public RetrieveTablesTask(Library pLibrary)
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)