Uses of Interface
javax.resource.spi.work.WorkContext
-
Packages that use WorkContext 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 WorkContext in javax.resource.spi
Methods in javax.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 theWorkContextinterface that a resource adapter requires the application server to support.Method parameters in javax.resource.spi with type arguments of type WorkContext Modifier and Type Method Description booleanBootstrapContext. 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 WorkContext Modifier and Type Class Description classHintsContextA standardWorkContextthat allows aWorkinstance to propagate quality-of-service (QoS) hints about theWorkto theWorkManager.classSecurityContextA standardWorkContextthat allows aWorkinstance to propagate security related context information from an EIS to an application server.classTransactionContextA 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 WorkContext Modifier and Type Method Description List<WorkContext>WorkContextProvider. getWorkContexts()Gets an instance ofWorkContextsthat needs to be used by theWorkManagerto set up the execution context while executing aWorkinstance.
-