Package com.atlassian.bamboo.spring
Class NonLeakableConnection
- java.lang.Object
-
- com.atlassian.bamboo.spring.NonLeakableConnection
-
public final class NonLeakableConnection extends Object
A connection that complains if it's leaked out of executor context and used.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Connection
wrap(Connection delegate)
-
-
-
Method Detail
-
wrap
public static Connection wrap(Connection delegate)
-
-