org.jboss.jca.core.api.connectionmanager.listener
Interface ConnectionListener

All Superinterfaces:
Comparable, javax.resource.spi.ConnectionEventListener, EventListener

public interface ConnectionListener
extends javax.resource.spi.ConnectionEventListener, Comparable

Connection listener.

Author:
Jesper Pedersen

Method Summary
 javax.resource.spi.ManagedConnection getManagedConnection()
          Retrieve the managed connection for this listener.
 
Methods inherited from interface javax.resource.spi.ConnectionEventListener
connectionClosed, connectionErrorOccurred, localTransactionCommitted, localTransactionRolledback, localTransactionStarted
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getManagedConnection

javax.resource.spi.ManagedConnection getManagedConnection()
Retrieve the managed connection for this listener.

Returns:
the managed connection


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)