FileDocCategorySizeDatePackage
TaskData.javaAPI DocGlassfish v2 API2634Fri May 04 22:32:18 BST 2007com.sun.enterprise.util.scheduler

TaskData

public class TaskData extends Object
Encapsulates the absolute time to execute and the servicable object to execute.
$Source: /cvs/glassfish/appserv-commons/src/java/com/sun/enterprise/util/scheduler/TaskData.java,v $
author
$Author: tcfujii $
version
1.0 $Revision: 1.4 $ $Date: 2007/05/05 05:32:17 $
see
PeriodicallyServicable

Fields Summary
public long
abs_execute_time
Absolute time to execute the object
public PeriodicallyServicable
obj
Object to call service() on when the scheduler decides
Constructors Summary
Methods Summary