javax.resource.spi.work
Interface Work

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
JmsServerSession (src) , MailActivation (src) , NewMsgsWorker (src) , TestResourceAdapterTxInflow.TestWork (src) , TestResourceAdapterWorkManager.TestWork (src)

public interface Work
extends java.lang.Runnable

Work submitted to a work manager


Method Summary
 void release()
          Invoked by the work manager as a hint to stop processing
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

release

public void release()
Invoked by the work manager as a hint to stop processing