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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetBootstrapContext(BootstrapContext bootstrapContext)
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
voidsetResourceAdapter(ResourceAdapter resourceAdapter)
Specify the target JCA ResourceAdapter, passed in as configured instance which hasn't been started yet.
voidsetWorkManager(WorkManager workManager)
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.