org.csc.phynixx.xa
Interface IPhynixxXAConnection<C extends IPhynixxConnection>


public interface IPhynixxXAConnection<C extends IPhynixxConnection>

keeps the XAResource's relation to the connection.

Author:
christoph

Method Summary
 void close()
           
 C getConnection()
           
 IPhynixxManagedConnection<C> getManagedConnection()
           
 XAResource getXAResource()
           
 

Method Detail

getXAResource

XAResource getXAResource()

getConnection

C getConnection()

getManagedConnection

IPhynixxManagedConnection<C> getManagedConnection()

close

void close()


Copyright © 2015. All rights reserved.