Package ca.carleton.gcrc.couch.client

Examples of ca.carleton.gcrc.couch.client.CouchServerVersion


        cached_welcome.put("submissionDbAvailable", true);
      } else {
        cached_welcome.put("submissionDbAvailable", false);
      }
     
      CouchServerVersion version = submissionDesign.getDatabase().getClient().getVersion();
      cached_welcome.put("version", version.getFullVersion());
    }
   
    return cached_welcome;
  }
View Full Code Here

TOP

Related Classes of ca.carleton.gcrc.couch.client.CouchServerVersion

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.