WorkUnitpublic class WorkUnit extends Object Represents a unit of work in the sample application.
In a real-world application, this class would be a record object
from a file, a result set from a database query or a customer
object. |
Constructors Summary |
---|
public WorkUnit()
|
|