1 package com.calipso.reportgenerator.common; 2 3 import com.calipso.reportgenerator.common.IReportManager; 4 import com.calipso.reportgenerator.common.ReportGeneratorConfiguration; 5 6 12 public interface IReportManagerFactory { 13 public IReportManager newReportManager(ReportGeneratorConfiguration reportGeneratorConfiguration, boolean isStateFul, String distributedHost) throws InfoException; 14 } 15 | Popular Tags |