FileDocCategorySizeDatePackage
WorkUnit.javaAPI DocExample404Thu May 23 09:32:50 BST 2002 sample.openmbean

WorkUnit.java

/*
 * put your module comment here
 * formatted with JxBeauty (c) johann.langhofer@nextra.at
 */


package  sample.openmbean;


/*
 * WorkUnit.java
 *
 * Created on July 20, 2001, 3:23 PM
 */
/**
 * Represents a unit of work in the sample application.
 *
 * @author  Steve Perry
 */
public class WorkUnit {

    /** Creates new WorkUnit */
    public WorkUnit () {
    }
}