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 Type
    Method
    Description
    void
    close(Object handle)
     
     
     

    Methods inherited from interface jakarta.resource.spi.ManagedConnection

    addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter
  • Method Details

    • close

      void close(Object handle) throws jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • getManagedConnectionFactory

      CXFManagedConnectionFactory getManagedConnectionFactory()
    • getCXFTransaction

      CXFTransaction getCXFTransaction()