org.mule.ra
Class DefaultConnectionManager

java.lang.Object
  extended byorg.mule.ra.DefaultConnectionManager

public class DefaultConnectionManager
extends java.lang.Object

DefaultConnectionManager TODO

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(ManagedConnectionFactory connectionFactory, ConnectionRequestInfo info)
           
 void connectionClosed(ConnectionEvent event)
           
 void connectionErrorOccurred(ConnectionEvent event)
           
 void localTransactionCommitted(ConnectionEvent event)
           
 void localTransactionRolledback(ConnectionEvent event)
           
 void localTransactionStarted(ConnectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConnectionManager

public DefaultConnectionManager()
Method Detail

allocateConnection

public java.lang.Object allocateConnection(ManagedConnectionFactory connectionFactory,
                                           ConnectionRequestInfo info)
                                    throws ResourceException
Throws:
ResourceException
See Also:
javax.resource.spi.ConnectionManager#allocateConnection(javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ConnectionRequestInfo)

connectionClosed

public void connectionClosed(ConnectionEvent event)
See Also:
javax.resource.spi.ConnectionEventListener#connectionClosed(javax.resource.spi.ConnectionEvent)

localTransactionStarted

public void localTransactionStarted(ConnectionEvent event)
See Also:
javax.resource.spi.ConnectionEventListener#localTransactionStarted(javax.resource.spi.ConnectionEvent)

localTransactionCommitted

public void localTransactionCommitted(ConnectionEvent event)
See Also:
javax.resource.spi.ConnectionEventListener#localTransactionCommitted(javax.resource.spi.ConnectionEvent)

localTransactionRolledback

public void localTransactionRolledback(ConnectionEvent event)
See Also:
javax.resource.spi.ConnectionEventListener#localTransactionRolledback(javax.resource.spi.ConnectionEvent)

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)
See Also:
javax.resource.spi.ConnectionEventListener#connectionErrorOccurred(javax.resource.spi.ConnectionEvent)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.