站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.resource.spi.work.Work (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.resource.spi.work.Work

Packages that use Work
javax.resource.spi.work J2EE Connector API - Work Management. 
 

Uses of Work in javax.resource.spi.work
 

Methods in javax.resource.spi.work that return Work
 Work WorkEvent.getWork()
          Get the work
 

Methods in javax.resource.spi.work with parameters of type Work
 void WorkManager.doWork(Work work)
          Executes the work, the call blocks until the work completes
 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)
          Executes the work, the call blocks until the work starts
 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)
          Executes the work, the call returns immediatley
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call returns immediately
 

Constructors in javax.resource.spi.work with parameters of type Work
WorkEvent(Object source, int type, Work work, WorkException e)
          Create a new WorkEvent
WorkEvent(Object source, int type, Work work, WorkException e, long startDuration)
          Create a new WorkEvent
 



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