Uses of Interface
jakarta.resource.spi.work.WorkManager
-
Packages that use WorkManager 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 WorkManager in jakarta.resource.spi
Methods in jakarta.resource.spi that return WorkManager Modifier and Type Method Description WorkManager
BootstrapContext. getWorkManager()
Provides a handle to aWorkManager
instance. -
Uses of WorkManager in jakarta.resource.spi.work
Subinterfaces of WorkManager in jakarta.resource.spi.work Modifier and Type Interface Description interface
DistributableWorkManager
This interface models aWorkManager
that supports distributed execution of Work instances.
-