Java org.springframework.jca.support SimpleBootstrapContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jca.support SimpleBootstrapContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jca.support SimpleBootstrapContext.

The text is from its open source code.

Constructor

SimpleBootstrapContext(@Nullable WorkManager workManager, @Nullable XATerminator xaTerminator)
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
SimpleBootstrapContext(@Nullable WorkManager workManager)
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.