Java Reference
In-Depth Information
/**
* Return true if there are no more workload units.
*
* @return Returns true if there are no more workload
* units.
* @throws WorkloadException
* Thrown if there was an error determining if
* the workload is empty.
*/
public boolean workloadEmpty() throws WorkloadException;
}
As you can see from the above listing, there are quite a few required functions and meth-
ods that a class must implement to serve as a workload manager. These methods and func-
tions are summarized in Table 14.4.
Search WWH ::




Custom Search