spring-framework / org.springframework.jca.support / SimpleBootstrapContext / <init>

<init>

SimpleBootstrapContext(@Nullable workManager: WorkManager)

Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.

Parameters

workManager - the JCA WorkManager to use (may be null)

SimpleBootstrapContext(@Nullable workManager: WorkManager, @Nullable xaTerminator: XATerminator)

Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.

Parameters

workManager - the JCA WorkManager to use (may be null)

xaTerminator - the JCA XATerminator to use (may be null)

SimpleBootstrapContext(@Nullable workManager: WorkManager, @Nullable xaTerminator: XATerminator, @Nullable transactionSynchronizationRegistry: TransactionSynchronizationRegistry)

Create a new SimpleBootstrapContext for the given WorkManager, XATerminator and TransactionSynchronizationRegistry.

Parameters

workManager - the JCA WorkManager to use (may be null)

xaTerminator - the JCA XATerminator to use (may be null)

transactionSynchronizationRegistry - the TransactionSynchronizationRegistry to use (may be null)

Since
5.0