Uses of Interface
jakarta.resource.spi.work.WorkContext
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
-
Uses of WorkContext in jakarta.resource.spi
Modifier and TypeMethodDescriptionboolean
BootstrapContext.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 jakarta.resource.spi.work
Modifier and TypeClassDescriptionclass
A standardWorkContext
that allows aWork
instance to propagate quality-of-service (QoS) hints about theWork
to theWorkManager
.class
A standardWorkContext
that allows aWork
instance to propagate security related context information from an EIS to an application server.class
A standardWorkContext
that allows aWork
instance to propagate transaction related context information from an EIS to an application server.Modifier and TypeMethodDescriptionWorkContextProvider.getWorkContexts()
Gets an list ofWorkContexts
that needs to be used by theWorkManager
to set up the execution context while executing aWork
instance.