Examples of ConfigDAO


Examples of org.jSyncManager.SJS.Adapters.SMTPServer.Config.ConfigDAO

   /**
    * The post condition for getConfigDAO method
    */
   public void post_getConfigDAO() {
      ConfigDAO output = (ConfigDAO) super.getReturnValue();
      assert output != null;
   }   // end post_getConfigDAO()
View Full Code Here

Examples of org.jSyncManager.SJS.Adapters.SMTPServer.Config.ConfigDAO

    * There is no post condition for instatiateDAO method
    *
    * @param daoClass parameter value
    */
   public void post_instantiateDAO(Class daoClass) {
      ConfigDAO output = (ConfigDAO) super.getReturnValue();
      assert output != null;
   }   // end post_instantiateDAO()
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.