| javax.resource.spi.BootstrapContext
BootstrapContext | public interface BootstrapContext (Code) | | Facilities made available by the application server to the resource.
|
createTimer | public Timer createTimer()(Code) | | Creates a new Timer instance.
|
getWorkManager | public WorkManager getWorkManager()(Code) | | Returns a WorkManager instance.
|
getXATerminator | public XATerminator getXATerminator()(Code) | | Returns an XATerminator. The XATerminator could be used for
transaction completion and crash recovery.
|
|
|