Java javax.resource.cci Connection fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.cci Connection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.cci Connection.

The text is from its open source code.

Method

voidclose()
Initiates close of the connection handle at the application level.
InteractioncreateInteraction()
Creates an Interaction associated with this Connection.
LocalTransactiongetLocalTransaction()
Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.