|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.transaction.support.ResourceHolderSupport
org.springframework.jca.cci.connection.ConnectionHolder
public class ConnectionHolder
Connection holder, wrapping a CCI Connection.
CciLocalTransactionManager binds instances of this class to the thread, for a given ConnectionFactory.
Note: This is an SPI class, not intended to be used by applications.
CciLocalTransactionManager
,
ConnectionFactoryUtils
Constructor Summary | |
---|---|
ConnectionHolder(javax.resource.cci.Connection connection)
|
Method Summary | |
---|---|
javax.resource.cci.Connection |
getConnection()
|
Methods inherited from class org.springframework.transaction.support.ResourceHolderSupport |
---|
clear, getDeadline, getTimeToLiveInMillis, getTimeToLiveInSeconds, hasTimeout, isOpen, isRollbackOnly, isSynchronizedWithTransaction, isVoid, released, requested, reset, setRollbackOnly, setSynchronizedWithTransaction, setTimeoutInMillis, setTimeoutInSeconds, unbound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionHolder(javax.resource.cci.Connection connection)
Method Detail |
---|
public javax.resource.cci.Connection getConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |