aicas logo Jamaica 3.4 release 8

com.sun.jndi.ldap.pool
Interface PooledConnectionFactory


public interface PooledConnectionFactory

Represents a factory that creates PooledConnection. The user of the connection pool should provide an implementation of this interface and pass it to the Pool.getPooledConnection() method. The implementation of the factory should contain all the information necessary to create a PooledConnection.


Method Summary
 PooledConnection createPooledConnection(PoolCallback pcb)
          Creates a pooled connection.
 

Method Detail

createPooledConnection

PooledConnection createPooledConnection(PoolCallback pcb)
                                        throws NamingException
Creates a pooled connection.

Parameters:
pcb - callback responsible for removing and releasing the pooled connection from the pool.
Throws:
NamingException

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.