org.jboss.test.lock.test
Class EnterpriseEntityTest.Worker

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jboss.test.lock.test.EnterpriseEntityTest.Worker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
EnterpriseEntityTest (src)

public class EnterpriseEntityTest.Worker
extends java.lang.Thread

#Description of the Class


Field Summary
 java.lang.String name
          Description of the Field
 boolean running
          Description of the Field
 EnterpriseEntityTest.Task (src) task
          Description of the Field
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
EnterpriseEntityTest.Worker(java.lang.String name, EnterpriseEntityTest.Task (src)  task, Category log)
          Constructor for the Worker object
 
Method Summary
 void run()
          Main processing method for the Worker object
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Description of the Field


running

public boolean running
Description of the Field


task

public EnterpriseEntityTest.Task (src)  task
Description of the Field

Constructor Detail

EnterpriseEntityTest.Worker

public EnterpriseEntityTest.Worker(java.lang.String name,
                                   EnterpriseEntityTest.Task (src)  task,
                                   Category log)
Constructor for the Worker object

Parameters:
name - Description of Parameter
task - Description of Parameter
log - Description of Parameter
Method Detail

run

public void run()
Main processing method for the Worker object