001    package org.shiftone.jrat.provider.tree;
002    
003    
004    /**
005     * @author jeff@shiftone.org (Jeff Drost)
006     */
007    public interface TreeMethodHandlerFactoryMBean {
008    
009        long getMethodHandlerCount();
010    
011    
012        void writeOutputFile();
013    
014    
015        void writeOutputFile(String fileName);
016    }