Uses of Interface
javax.resource.cci.LocalTransaction
-
Packages that use LocalTransaction Package Description javax.resource.cci The javax.resource.cci package contains API specification for the Common Client Interface (CCI). -
-
Uses of LocalTransaction in javax.resource.cci
Methods in javax.resource.cci that return LocalTransaction Modifier and Type Method Description LocalTransactionConnection. getLocalTransaction()Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.
-