/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

  1. package com.framedobjects.dashwell.db;
  2. /**
  3. * @author Jens Richnow
  4. *
  5. */
  6. public interface DbConnectionTest {
  7. /**
  8. * The DB connection test method.
  9. * @param dbConn The configured <code>DbConnection</code> object.
  10. * @return <code>null/code>, if test is successfull otherwise an
  11. * exceptionmessage.
  12. */
  13. public String test(DbConnection dbConn);
  14. }