|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkContext | |
|---|---|
| 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 |
|---|
| Method parameters in javax.resource.spi with type arguments of type WorkContext | |
|---|---|
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 javax.resource.spi.work |
|---|
| Classes in javax.resource.spi.work that implement WorkContext | |
|---|---|
class |
HintsContext
A standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the
Work to the WorkManager. |
class |
SecurityContext
A standard WorkContext that allows a Work instance to propagate security related context information from an EIS
to an application server. |
class |
TransactionContext
A standard WorkContext that allows a Work
instance 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 | |
|---|---|
List<WorkContext> |
WorkContextProvider.getWorkContexts()
Gets an instance of WorkContexts that needs to be used
by the WorkManager to set up the execution context while
executing a Work instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||