| java.lang.Object | |
| ↳ | org.springframework.jca.support.SimpleBootstrapContext |
Simple implementation of the JCA 1.5 javax.resource.spi.BootstrapContext interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
Delegates to the given WorkManager and XATerminator, if any. Creates simple
local instances of java.util.Timer.
ResourceAdapterFactoryBean| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new SimpleBootstrapContext for the given WorkManager,
with no XATerminator available.
| |||||||||||
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.
| workManager | the JCA WorkManager to use (may be null)
|
|---|
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
| workManager | the JCA WorkManager to use (may be null) |
|---|---|
| xaTerminator | the JCA XATerminator to use (may be null)
|