All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.baidu.disconf.client.DisconfMgrBeanSecond Maven / Gradle / Ivy

There is a newer version: 2.6.36
Show newest version
package com.baidu.disconf.client;

/**
 * 第二次扫描,动态扫描
 *
 * @author liaoqiqi
 * @version 2014-6-18
 */
public class DisconfMgrBeanSecond {

    public void init() {

        DisconfMgr.getInstance().secondScan();
    }

    public void destroy() {
        DisconfMgr.getInstance().close();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy