Methods Summary |
---|
public void | doWork()This method denotes the actual work that is done by the work item.
|
public long | getEnqueueTime()This methods gets the time in millis in the work item, when this
work item was enqueued in the work queue.
|
public java.lang.String | getName()This method will return the name of the work item.
|
public void | setEnqueueTime(long timeInMillis)This methods sets the time in millis in the work item, when this
work item was enqueued in the work queue.
|