Uses of Interface
javax.resource.spi.work.WorkContext
Packages that use WorkContext
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.
-
Uses of WorkContext in javax.resource.spi
Method parameters in javax.resource.spi with type arguments of type WorkContextModifier and TypeMethodDescriptionbooleanBootstrapContext.isContextSupported(Class<? extends WorkContext> workContextClass) A resource adapter can check an application server’s support for a particular WorkContext type through this method. -
Uses of WorkContext in javax.resource.spi.work
Classes in javax.resource.spi.work that implement WorkContextModifier and TypeClassDescriptionclassA standardWorkContextthat allows aWorkinstance to propagate quality-of-service (QoS) hints about theWorkto theWorkManager.classA standardWorkContextthat allows aWorkinstance to propagate security related context information from an EIS to an application server.classA standardWorkContextthat allows aWorkinstance to propagate transaction related context information from an EIS to an application server.Methods in javax.resource.spi.work that return types with arguments of type WorkContextModifier and TypeMethodDescriptionWorkContextProvider.getWorkContexts()Gets an instance ofWorkContextsthat needs to be used by theWorkManagerto set up the execution context while executing aWorkinstance.