Package org.rioproject.impl.watch

Examples of org.rioproject.impl.watch.WatchRegistry


    /**
     * Close down all WatchDataSource instances, unexporting them from the
     * runtime
     */
    protected void destroyWatches() {
        WatchRegistry wr = getWatchRegistry();
        if(wr!=null)
            wr.closeAll();
    }
View Full Code Here

TOP

Related Classes of org.rioproject.impl.watch.WatchRegistry

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.