当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Uses of Class javax.resource.spi.work.ExecutionContext (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Uses of Class
javax.resource.spi.work.ExecutionContext
Methods in javax.resource.spi.work with parameters of type ExecutionContext |
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work completes |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call blocks until the work starts |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext ctx,
WorkListener listener)
Executes the work, the call returns immediately |
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.