Uses of Interface
jakarta.resource.spi.work.WorkContext
-
Packages that use WorkContext Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.jakarta.resource.spi.work This package contains APIs for the Work Management, Generic and Security Work Context contracts. -
-
Uses of WorkContext in jakarta.resource.spi
Methods in jakarta.resource.spi that return types with arguments of type WorkContext Modifier and Type Method Description Class<? extends WorkContext>[]
requiredWorkContexts()
Specifies a list of fully qualified classes that implements theWorkContext
interface that a resource adapter requires the application server to support.Method parameters in jakarta.resource.spi with type arguments of type WorkContext Modifier and Type Method Description boolean
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
Classes in jakarta.resource.spi.work that implement WorkContext Modifier and Type Class Description class
HintsContext
A standardWorkContext
that allows aWork
instance to propagate quality-of-service (QoS) hints about theWork
to theWorkManager
.class
SecurityContext
A standardWorkContext
that allows aWork
instance to propagate security related context information from an EIS to an application server.class
TransactionContext
A standardWorkContext
that allows aWork
instance to propagate transaction related context information from an EIS to an application server.Methods in jakarta.resource.spi.work that return types with arguments of type WorkContext Modifier and Type Method Description List<WorkContext>
WorkContextProvider. getWorkContexts()
Gets an list ofWorkContexts
that needs to be used by theWorkManager
to set up the execution context while executing aWork
instance.
-