org.apache.openejb.spi
Interface OpenEJBConnectionManager

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

public interface OpenEJBConnectionManager
extends javax.resource.spi.ConnectionManager


Method Summary
 void associateConnections(Object[] connections)
           
 void disposeConnections(Object[] connections)
           
 
Methods inherited from interface javax.resource.spi.ConnectionManager
allocateConnection
 

Method Detail

associateConnections

void associateConnections(Object[] connections)
                          throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

disposeConnections

void disposeConnections(Object[] connections)
                        throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.