org.mule.ra
Class DefaultConnectionManager

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

public class DefaultConnectionManager
extends Object

DefaultConnectionManager TODO


Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 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 Object allocateConnection(ManagedConnectionFactory connectionFactory,
                                 ConnectionRequestInfo info)
                          throws ResourceException
Throws:
ResourceException
See Also:
ConnectionManager

connectionClosed

public void connectionClosed(ConnectionEvent event)
See Also:
ConnectionEventListener

localTransactionStarted

public void localTransactionStarted(ConnectionEvent event)
See Also:
ConnectionEventListener

localTransactionCommitted

public void localTransactionCommitted(ConnectionEvent event)
See Also:
ConnectionEventListener

localTransactionRolledback

public void localTransactionRolledback(ConnectionEvent event)
See Also:
ConnectionEventListener

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)
See Also:
ConnectionEventListener


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.