Save This Page
Home » glassfish-v2ur2-b04-src » javax.resource.spi.work » [javadoc | source]
javax.resource.spi.work
public interface: Work [javadoc | source]

All Implemented Interfaces:
    Runnable

This models a Work instance that would be executed by a WorkManager upon submission.
Method from javax.resource.spi.work.Work Summary:
release
Method from javax.resource.spi.work.Work Detail:
 public  void release()
    The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible. This would be called on a seperate thread other than the one currently executing the Work instance.