Package org.exoplatform.frameworks.ftpclient

Examples of org.exoplatform.frameworks.ftpclient.Log


      fName= name;
   }

   public TestAgent(int agentId, int itemsCount)
   {
      log = new Log("TestAgent[" + agentId + "]");

      this.agentId = agentId;
      this.itemsCount = itemsCount;

      log.info("construct agent with ID [" + agentId + "]");
View Full Code Here

TOP

Related Classes of org.exoplatform.frameworks.ftpclient.Log

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.