001    package com.khubla.pragmatach.framework.jmx;
002    
003    /**
004     * @author tome
005     */
006    public interface SystemStatusMXBean {
007       String[] getConfiguration();
008    
009       String[] getControllers();
010    
011       String[] getPlugins();
012    
013       String[] getRouters();
014    }