Class SimpleBootstrapContext

java.lang.Object
org.springframework.jca.support.SimpleBootstrapContext
All Implemented Interfaces:
BootstrapContext

public class SimpleBootstrapContext extends Object implements BootstrapContext
Simple implementation of the JCA 1.7 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.

Since:
2.0.3
Author:
Juergen Hoeller
See Also: