FileDocCategorySizeDatePackage
Work.javaAPI DocJava SE 5 API824Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.orbutil.threadpool

Work

public interface Work

Fields Summary
Constructors Summary
Methods Summary
public voiddoWork()
This method denotes the actual work that is done by the work item.

public longgetEnqueueTime()
This methods gets the time in millis in the work item, when this work item was enqueued in the work queue.

public java.lang.StringgetName()
This method will return the name of the work item.

public voidsetEnqueueTime(long timeInMillis)
This methods sets the time in millis in the work item, when this work item was enqueued in the work queue.