001    package tinlizard.model;
002    
003    import java.util.Properties;
004    
005    /**
006     * TinLizard config JMX interface.
007     */
008    public interface TinLizardConfigMBean {
009        Properties getJpaProperties();
010    }