KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > work > WorkManager

javax.resource.spi.work
Interface WorkManager

See Also:
Top Examples, Source Code

public void doWork(Work work)
            throws WorkException
See Also:
WorkCompletedException, WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void doWork(Work work,
                   long startTimeout,
                   ExecutionContext execContext,
                   WorkListener workListener)
            throws WorkException
See Also:
WorkCompletedException, WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long IMMEDIATE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long INDEFINITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void scheduleWork(Work work)
                  throws WorkException
See Also:
WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void scheduleWork(Work work,
                         long startTimeout,
                         ExecutionContext execContext,
                         WorkListener workListener)
                  throws WorkException
See Also:
WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long startWork(Work work)
               throws WorkException
See Also:
WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long startWork(Work work,
                      long startTimeout,
                      ExecutionContext execContext,
                      WorkListener workListener)
               throws WorkException
See Also:
WorkRejectedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags