Package org.apache.cxf.jca.cxf
Interface CXFManagedConnection
- All Superinterfaces:
jakarta.resource.spi.ManagedConnection
- All Known Implementing Classes:
ManagedConnectionImpl
public interface CXFManagedConnection
extends jakarta.resource.spi.ManagedConnection
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface jakarta.resource.spi.ManagedConnection
addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter
-
Method Details
-
close
- Throws:
jakarta.resource.ResourceException
-
getManagedConnectionFactory
CXFManagedConnectionFactory getManagedConnectionFactory() -
getCXFTransaction
CXFTransaction getCXFTransaction()
-