com.sun.appserv.connectors.spi
Interface ConfigurableTransactionSupport


public interface ConfigurableTransactionSupport

An optional interface that could be implemented by a resource adapter's ManagedConnectionFactory to be notified of the configured "transaction-support" of the connection pool associated with the ManagedConnectionFactory instance


Method Summary
 void setTransactionSupport(TransactionSupport ts)
           
 

Method Detail

setTransactionSupport

void setTransactionSupport(TransactionSupport ts)


Copyright © 2012 GlassFish Community. All Rights Reserved.