TaskDatapublic 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 $ |
Fields Summary |
---|
public long | abs_execute_timeAbsolute time to execute the object | public PeriodicallyServicable | objObject to call service() on when the scheduler decides |
|