Work (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.resource.spi.work Interface Work

所有父接口:
Runnable

public interface Work
extends Runnable

This models a Work instance that would be executed by a WorkManager upon submission.

版本:
1.0
作者:
Ram Jeyaraman

方法摘要
 void release()
          The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible.
 
Methods inherited from interface java.lang.Runnable
run
 

方法详细信息

release

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.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.