Examples of TomcatDiscovery


Examples of net.djpowell.liverepl.discovery.impl.TomcatDiscovery

    private final List<ClassLoaderDiscovery> impls = new ArrayList<ClassLoaderDiscovery>();

    public Discovery() {
        ClassLoaderRegistry registry=new ClassLoaderRegistry();
        impls.add(new SystemDiscovery(registry));
        impls.add(new TomcatDiscovery(registry));
        impls.add(new ThreadDiscovery(registry));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.