Package su.mauser.interfaces.IDBStatus

Examples of su.mauser.interfaces.IDBStatus.DBStatus


  public static void main(String[] args) throws UnknownHostException
  {
    Logger logger = LoggerFactory.getLogger(Moview.class);

    DBStatus connectionStatus = DBStatus.UNKNOWN;

    // checking the DB connection
    Mongo mongo = new Mongo();
    try
    {
View Full Code Here

TOP

Related Classes of su.mauser.interfaces.IDBStatus.DBStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.