jrun.connector
Class NoTxConnectionWrapper

jrun.connector.NoTxConnectionWrapper

public class NoTxConnectionWrapper

Wrapper class to hold the ManagedConnection, connectionhandle, security info and Transaction information for Connections with no transaction support


Constructor Summary
NoTxConnectionWrapper(javax.resource.spi.ManagedConnection mc, javax.security.auth.Subject s, javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
           
 
Method Summary
 void cleanup()
           
 void connectionClosed(javax.resource.spi.ConnectionEvent event)
           
 void connectionErrorOccurred(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)
           
 void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
           
 

Constructor Detail

NoTxConnectionWrapper

public NoTxConnectionWrapper(javax.resource.spi.ManagedConnection mc,
                             javax.security.auth.Subject s,
                             javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
Method Detail

connectionClosed

public void connectionClosed(javax.resource.spi.ConnectionEvent event)

cleanup

public void cleanup()
             throws java.lang.Exception

connectionErrorOccurred

public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent event)

localTransactionStarted

public void localTransactionStarted(javax.resource.spi.ConnectionEvent event)

localTransactionCommitted

public void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)

localTransactionRolledback

public void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.