javax.resource.spi.work
Interface Work

All Superinterfaces:
Runnable

public interface Work
extends 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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.