Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(Object handle)CXFTransactiongetCXFTransaction()CXFManagedConnectionFactorygetManagedConnectionFactory()
-
-
-
Method Detail
-
close
void close(Object handle) throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
-
getManagedConnectionFactory
CXFManagedConnectionFactory getManagedConnectionFactory()
-
getCXFTransaction
CXFTransaction getCXFTransaction()
-
-