Uses of Interface
javax.resource.spi.work.WorkManager
-
Packages that use WorkManager Package Description javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification.javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. -
-
Uses of WorkManager in javax.resource.spi
Methods in javax.resource.spi that return WorkManager Modifier and Type Method Description WorkManagerBootstrapContext. getWorkManager()Provides a handle to aWorkManagerinstance. -
Uses of WorkManager in javax.resource.spi.work
Subinterfaces of WorkManager in javax.resource.spi.work Modifier and Type Interface Description interfaceDistributableWorkManagerThis interface models aWorkManagerthat supports distributed execution of Work instances.
-