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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.