Uses of Package
javax.resource.spi.work
Packages that use javax.resource.spi.work
Package
Description
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
-
Classes in javax.resource.spi.work used by javax.resource.spiClassDescriptionThis class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.This interface models a
WorkManagerwhich provides a facility to submitWorkinstances for execution. -
Classes in javax.resource.spi.work used by javax.resource.spi.workClassDescriptionThis class models an execution context (transaction, security, etc) with which the
Workinstance must be executed.This models aWorkinstance that would be executed by aWorkManagerupon submission.This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.This class models the various events that occur during the processing of aWorkinstance.A common base class for allWorkprocessing related exceptions.This models aWorkListenerinstance which would be notified by theWorkManagerwhen the variousWorkprocessing events (work accepted, work rejected, work started, work completed) occur.This interface models aWorkManagerwhich provides a facility to submitWorkinstances for execution.This exception is thrown by aWorkManagerto indicate that a submittedWorkinstance has been rejected.