Package net.officefloor.jdbc.decorate
Interface PooledConnectionDecoratorFactory
-
- All Known Implementing Classes:
ValidateConnectionDecoratorFactory
public interface PooledConnectionDecoratorFactory
Factory for the creation of aPooledConnectionDecorator
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PooledConnectionDecorator
createPooledConnectionDecorator(SourceContext context)
Creates thePooledConnectionDecorator
.
-
-
-
Method Detail
-
createPooledConnectionDecorator
PooledConnectionDecorator createPooledConnectionDecorator(SourceContext context) throws java.lang.Exception
Creates thePooledConnectionDecorator
.- Parameters:
context
-SourceContext
to configure thePooledConnectionDecorator
.- Returns:
PooledConnectionDecorator
.- Throws:
java.lang.Exception
- If fails to create thePooledConnectionDecorator
.
-
-