org.jboss.test.aop.bean
Class TxLockTester.AnnotatedLockThread

java.lang.Object
  extended byorg.jboss.test.aop.bean.TxLockTester.AnnotatedLockThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TxLockTester (src)

public class TxLockTester.AnnotatedLockThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
TxLockTester.AnnotatedLockThread(AnnotatedTxLockedPOJO (src)  pojo)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxLockTester.AnnotatedLockThread

public TxLockTester.AnnotatedLockThread(AnnotatedTxLockedPOJO (src)  pojo)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable