org.jboss.test.jca.inflow
Class TestResourceAdapterWorkManager.TestWork

java.lang.Object
  extended byorg.jboss.test.jca.inflow.TestResourceAdapterWorkManager.TestWork
All Implemented Interfaces:
java.lang.Runnable, Work (src)
Enclosing class:
TestResourceAdapterWorkManager (src)

public class TestResourceAdapterWorkManager.TestWork
extends java.lang.Object
implements Work (src)


Field Summary
 boolean complete
           
 
Constructor Summary
TestResourceAdapterWorkManager.TestWork()
           
 
Method Summary
 void release()
          Invoked by the work manager as a hint to stop processing
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complete

public boolean complete
Constructor Detail

TestResourceAdapterWorkManager.TestWork

public TestResourceAdapterWorkManager.TestWork()
Method Detail

run

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

release

public void release()
Description copied from interface: Work (src)
Invoked by the work manager as a hint to stop processing

Specified by:
release in interface Work (src)