Connector Architecture 1.6 API 1.0.0.Final

Uses of Class
javax.resource.spi.work.WorkException

Packages that use WorkException
javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. 
 

Uses of WorkException in javax.resource.spi.work
 

Subclasses of WorkException in javax.resource.spi.work
 class RetryableWorkRejectedException
          A subclass of the WorkRejectedException that indicates that the the service unavailability is transient.
 class WorkCompletedException
          This exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.
 class WorkRejectedException
          This exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
 

Methods in javax.resource.spi.work that return WorkException
 WorkException WorkEvent.getException()
          Return the WorkException.
 

Methods in javax.resource.spi.work that throw WorkException
 void WorkManager.doWork(Work work)
          Accepts a Work instance for processing.
 void WorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 void WorkManager.scheduleWork(Work work)
          Accepts a Work instance for processing.
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 long WorkManager.startWork(Work work)
          Accepts a Work instance for processing.
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 

Constructors in javax.resource.spi.work with parameters of type WorkException
WorkEvent(Object source, int type, Work work, WorkException exc)
          Constructor.
WorkEvent(Object source, int type, Work work, WorkException exc, long startDuration)
          Constructor.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.