| java.lang.Object example.WorkTask
WorkTask | public class WorkTask implements Work(Code) | | Implements the work task. This task just loops until the resource stops.
|
Method Summary | |
public void | release() Resin will call the release() method when the server shuts down
to tell the task to close. | public void | run() |
release | public void release()(Code) | | Resin will call the release() method when the server shuts down
to tell the task to close.
|
run | public void run()(Code) | | The method called to execute the task, like Runnable
|
|
|