Package org.jSyncManager.SJS.Adapters.SMTPServer.Config

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


    * These conditons must hold after the getConfiguration method
    *
    * @see PlayerHandler#getConfiguration()
    */
   public void post_getConfiguration() {
      Configuration output = (Configuration) super.getReturnValue();
      assert output != null;
   }   // end post_getConfiguration()
View Full Code Here

TOP

Related Classes of org.jSyncManager.SJS.Adapters.SMTPServer.Config.Configuration

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.