Package org.archive.crawler.event

Examples of org.archive.crawler.event.StatSnapshotEvent


        while(snapshots.size()>getKeepSnapshotsCount()) {
            snapshots.removeLast();
        }
       
        // publish app event
        appCtx.publishEvent(new StatSnapshotEvent(this,snapshot));
       
        // temporary workaround for
        // [ 996161 ] Fix DNSJava issues (memory) -- replace with JNDI-DNS?
        // http://sourceforge.net/support/tracker.php?aid=996161
        Lookup.getDefaultCache(DClass.IN).clearCache();
View Full Code Here

TOP

Related Classes of org.archive.crawler.event.StatSnapshotEvent

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.