org.jboss.jca.core.api.connectionmanager
Interface ConnectionManager

All Superinterfaces:
javax.resource.spi.ConnectionManager, Serializable

public interface ConnectionManager
extends javax.resource.spi.ConnectionManager

The JBoss specific connection manager interface.

Author:
Gurkan Erdogdu, Jesper Pedersen

Method Summary
 void returnManagedConnection(ConnectionListener cl, boolean kill)
          Kill given connection listener wrapped connection instance.
 
Methods inherited from interface javax.resource.spi.ConnectionManager
allocateConnection
 

Method Detail

returnManagedConnection

void returnManagedConnection(ConnectionListener cl,
                             boolean kill)
Kill given connection listener wrapped connection instance.

Parameters:
cl - connection listener that wraps connection
kill - kill connection or not


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