View Javadoc

1   package tinlizard.model;
2   
3   import java.util.Properties;
4   
5   /***
6    * TinLizard config JMX interface.
7    */
8   public interface TinLizardConfigMBean {
9       Properties getJpaProperties();
10  }