org.mule.ra
Class DefaultConnectionManager
java.lang.Object
org.mule.ra.DefaultConnectionManager
- public class DefaultConnectionManager
- extends java.lang.Object
DefaultConnectionManager
TODO
- Version:
- $Revision: 1.2 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConnectionManager
public DefaultConnectionManager()
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.