FileDocCategorySizeDatePackage
Work.javaAPI DocGlassfish v2 API2619Fri May 04 22:35:38 BST 2007javax.resource.spi.work

Work

public interface Work implements Runnable
This models a Work instance that would be executed by a WorkManager upon submission.
version
1.0
author
Ram Jeyaraman

Fields Summary
Constructors Summary
Methods Summary
public voidrelease()
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.