| javax.resource.spi.BootstrapContext
BootstrapContext | public interface BootstrapContext (Code) | | Used to pass context to the resource adapter start(BootstrapContext) method.
|
getWorkManager | WorkManager getWorkManager()(Code) | | Get the work manager, the resource adapter should use this for all work
on new threads.
the work manager |
getXATerminator | XATerminator getXATerminator()(Code) | | Get the XATerminator. The resource adapter should use this to gain access
to the transaction and crash recovery.
the XATerminator |
|
|