org.activemq.ra
Class SimpleConnectionManager
java.lang.Object
org.activemq.ra.SimpleConnectionManager
- All Implemented Interfaces:
- Serializable, EventListener, ConnectionEventListener, ConnectionManager
public class SimpleConnectionManager
- extends Object
- implements ConnectionManager, ConnectionEventListener
A simple implementation of a ConnectionManager.
An App Server will have a better implementation with pooling and security etc.
- Version:
- $Revision: 1.1.1.1 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConnectionManager
public SimpleConnectionManager()
allocateConnection
public Object allocateConnection(ManagedConnectionFactory connectionFactory,
ConnectionRequestInfo info)
throws ResourceException
- Specified by:
allocateConnection
in interface ConnectionManager
- Throws:
ResourceException
- See Also:
ConnectionManager.allocateConnection(javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ConnectionRequestInfo)
connectionClosed
public void connectionClosed(ConnectionEvent event)
- Specified by:
connectionClosed
in interface ConnectionEventListener
- See Also:
ConnectionEventListener.connectionClosed(javax.resource.spi.ConnectionEvent)
localTransactionStarted
public void localTransactionStarted(ConnectionEvent event)
- Specified by:
localTransactionStarted
in interface ConnectionEventListener
- See Also:
ConnectionEventListener.localTransactionStarted(javax.resource.spi.ConnectionEvent)
localTransactionCommitted
public void localTransactionCommitted(ConnectionEvent event)
- Specified by:
localTransactionCommitted
in interface ConnectionEventListener
- See Also:
ConnectionEventListener.localTransactionCommitted(javax.resource.spi.ConnectionEvent)
localTransactionRolledback
public void localTransactionRolledback(ConnectionEvent event)
- Specified by:
localTransactionRolledback
in interface ConnectionEventListener
- See Also:
ConnectionEventListener.localTransactionRolledback(javax.resource.spi.ConnectionEvent)
connectionErrorOccurred
public void connectionErrorOccurred(ConnectionEvent event)
- Specified by:
connectionErrorOccurred
in interface ConnectionEventListener
- See Also:
ConnectionEventListener.connectionErrorOccurred(javax.resource.spi.ConnectionEvent)
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.