Class FBStandAloneConnectionManager

java.lang.Object
org.firebirdsql.jca.FBStandAloneConnectionManager
All Implemented Interfaces:
Serializable, EventListener, javax.resource.spi.ConnectionEventListener, javax.resource.spi.ConnectionManager

public class FBStandAloneConnectionManager extends Object implements javax.resource.spi.ConnectionManager, javax.resource.spi.ConnectionEventListener, Serializable
The class FBStandAloneConnectionManager provides the default implementation of ConnectionManager for standalone use. There is no pooling or other features..
Version:
1.0
Author:
David Jencks, Mark Rotteveel
See Also:
  • Method Details

    • allocateConnection

      public Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cxRequestInfo) throws javax.resource.ResourceException
      Allocate a new ManagedConnection.
      Specified by:
      allocateConnection in interface javax.resource.spi.ConnectionManager
      Parameters:
      mcf - The ManagedConnectionFactory used to create the new connection.
      cxRequestInfo - The parameters to be used in creating the new connection
      Throws:
      javax.resource.ResourceException - If the connection cannot be allocated
    • connectionClosed

      public void connectionClosed(javax.resource.spi.ConnectionEvent ce)
      javax.resource.spi.ConnectionEventListener callback for when a ManagedConnection is closed.
      Specified by:
      connectionClosed in interface javax.resource.spi.ConnectionEventListener
      Parameters:
      ce - contains information about the connection that has be closed
    • connectionErrorOccurred

      public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent ce)
      javax.resource.spi.ConnectionEventListener callback for when a Local Transaction was rolled back within the context of a ManagedConnection.
      Specified by:
      connectionErrorOccurred in interface javax.resource.spi.ConnectionEventListener
      Parameters:
      ce - contains information about the connection
    • localTransactionStarted

      public void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
      Ignored event callback
      Specified by:
      localTransactionStarted in interface javax.resource.spi.ConnectionEventListener
    • localTransactionCommitted

      public void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
      Ignored event callback
      Specified by:
      localTransactionCommitted in interface javax.resource.spi.ConnectionEventListener
    • localTransactionRolledback

      public void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)
      Ignored event callback
      Specified by:
      localTransactionRolledback in interface javax.resource.spi.ConnectionEventListener