Package org.apache.synapse.commons.datasource

Examples of org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener


        this.repository = repo;
    }


    public void shutDown() {
        DataSourceInformationRepositoryListener listener = this.repository.getRepositoryListener();
        if (listener instanceof DataSourceRepositoryManager) {
            ((DataSourceRepositoryManager) listener).clear();
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.