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
| Methods inherited from interface javax.resource.spi.ConnectionManager |
allocateConnection |
returnManagedConnection
void returnManagedConnection(ConnectionListener cl,
boolean kill)
- Kill given connection listener wrapped connection instance.
- Parameters:
cl - connection listener that wraps connectionkill - kill connection or not
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)