public class WorkerThread extends Object implements Runnable
JobEntry
to actually perform the job's action.Constructor and Description |
---|
WorkerThread(JobEntry je)
Creates a new worker to run the specified
JobEntry . |
public WorkerThread(JobEntry je)
JobEntry
.je
- The JobEntry
to create a worker for.Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.