| |
|
| java.lang.Object java.lang.Thread org.ow2.easybeans.jca.workmanager.ResourceWorkThread
ResourceWorkThread | public class ResourceWorkThread extends Thread (Code) | | Thread executing works for the work manager.
author: Philippe Durieux (JOnAS) author: Florent Benoit (EasyBeans) |
Method Summary | |
public void | run() Start the thread work. |
ResourceWorkThread | ResourceWorkThread(ResourceWorkManager workManager, int workManagerNumber, int threadNumber)(Code) | | Build a thread doing the work.
Parameters: workManager - The implementation of WorkManager API. Parameters: threadNumber - the thread number for this thread (debug info) Parameters: workManagerNumber - identifier of the work manager instance |
run | public void run()(Code) | | Start the thread work.
|
|
|
|