Apache CXF API

org.apache.cxf.jca.cxf
Interface CXFManagedConnection

All Superinterfaces:
javax.resource.spi.ManagedConnection
All Known Implementing Classes:
ManagedConnectionImpl

public interface CXFManagedConnection
extends javax.resource.spi.ManagedConnection


Method Summary
 void close(Object handle)
           
 CXFTransaction getCXFTransaction()
           
 CXFManagedConnectionFactory getManagedConnectionFactory()
           
 
Methods inherited from interface javax.resource.spi.ManagedConnection
addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter
 

Method Detail

close

void close(Object handle)
           throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

getManagedConnectionFactory

CXFManagedConnectionFactory getManagedConnectionFactory()

getCXFTransaction

CXFTransaction getCXFTransaction()

Apache CXF API

Apache CXF