/build.properties/src/com/framedobjects/dashwell/db/DbConnectionTest.java
http://mobiledatanow.googlecode.com/ · Java · 17 lines · 4 code · 3 blank · 10 comment · 0 complexity · be5af59618ed5a225594c9db877588c6 MD5 · raw file
- package com.framedobjects.dashwell.db;
-
-
- /**
- * @author Jens Richnow
- *
- */
- public interface DbConnectionTest {
-
- /**
- * The DB connection test method.
- * @param dbConn The configured <code>DbConnection</code> object.
- * @return <code>null/code>, if test is successfull otherwise an
- * exceptionmessage.
- */
- public String test(DbConnection dbConn);
- }