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.
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.