Java org.springframework.jca.cci.core CciTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jca.cci.core CciTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jca.cci.core CciTemplate.

The text is from its open source code.

Constructor

CciTemplate()
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory connectionFactory, @Nullable ConnectionSpec connectionSpec)
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.

Method

voidsetConnectionFactory(@Nullable ConnectionFactory connectionFactory)
Set the CCI ConnectionFactory to obtain Connections from.
voidsetOutputRecordCreator(@Nullable RecordCreator creator)
Set a RecordCreator that should be used for creating default output Records.