de.phleisch.app.itsucks.core
Interface WorkerThread
- All Known Implementing Classes:
- WorkerThreadImpl
public interface WorkerThread
CMD_SHUTDOWN
static final int CMD_SHUTDOWN
- See Also:
- Constant Field Values
CMD_PROCESS_JOB
static final int CMD_PROCESS_JOB
- See Also:
- Constant Field Values
CMD_RETURN_TO_POOL
static final int CMD_RETURN_TO_POOL
- See Also:
- Constant Field Values
abort
void abort()
start
void start()
join
void join(long pMillis)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
addCommand
void addCommand(int pCmd)
getJob
Job getJob()
setJob
void setJob(Job pJob)
Copyright © 2010. All Rights Reserved.