Package org.shiftone.jrat.core.output

Examples of org.shiftone.jrat.core.output.FileOutputRegistry


  private FileOutputRegistry fileOutputRegistry;

  public synchronized FileOutputRegistry getFileOutputRegistry() {

    if (fileOutputRegistry == null) {
      fileOutputRegistry = new FileOutputRegistry();
      getJmxRegistry().registerMBean(fileOutputRegistry, null);
      getShutdownRegistry().registerShutdownListener(fileOutputRegistry);
    }
    return fileOutputRegistry;
  }
View Full Code Here

TOP

Related Classes of org.shiftone.jrat.core.output.FileOutputRegistry

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.