Package com.mchange.v2.c3p0.example
Class IsValidOnlyConnectionTester30
- java.lang.Object
-
- com.mchange.v2.c3p0.AbstractConnectionTester
-
- com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
-
- com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30
-
- All Implemented Interfaces:
ConnectionTester
,FullQueryConnectionTester
,QueryConnectionTester
,UnifiedConnectionTester
,java.io.Serializable
public final class IsValidOnlyConnectionTester30 extends IsValidOnlyConnectionTester
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.mchange.v2.c3p0.UnifiedConnectionTester
CONNECTION_IS_INVALID, CONNECTION_IS_OKAY, DATABASE_IS_INVALID
-
-
Constructor Summary
Constructors Constructor Description IsValidOnlyConnectionTester30()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getIsValidTimeout()
-
Methods inherited from class com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
activeCheckConnection, statusOnException
-
Methods inherited from class com.mchange.v2.c3p0.AbstractConnectionTester
activeCheckConnection, activeCheckConnection, activeCheckConnection, equals, hashCode, statusOnException, statusOnException, statusOnException
-
-
-
-
Method Detail
-
getIsValidTimeout
protected int getIsValidTimeout()
- Specified by:
getIsValidTimeout
in classIsValidOnlyConnectionTester
-
-