Example usage for org.springframework.context Lifecycle interface-usage

List of usage examples for org.springframework.context Lifecycle interface-usage

Introduction

In this page you can find the example usage for org.springframework.context Lifecycle interface-usage.

Usage

From source file org.archive.crawler.reporting.CrawlerLoggerModule.java

/**
 * Module providing all expected whole-crawl logging facilities
 * 
 * @contributor pjack
 * @contributor gojomo
 */

From source file org.archive.modules.writer.WriterPoolProcessor.java

/**
 * Abstract implementation of a file pool processor.
 * Subclass to implement for a particular {@link WriterPoolMember} instance.
 * @author Parker Thompson
 * @author stack
 */

From source file uk.bl.wap.crawler.frontier.AMQPUrlReceiver.java

/**
 * Temporary copy of
 * /heritrix-contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java
 * 
 * Just here so I can use it with the stable H3 release from Kris.
 * 

From source file com.predic8.membrane.core.Router.java

/**
 * @description <p>
 *              Membrane Service Proxy's main object.
 *              </p>
 *              <p>
 *              The router is a Spring Lifecycle object: It is automatically started and stopped according to the

From source file org.archive.bdb.BdbModule.java

/**
 * Utility module for managing a shared BerkeleyDB-JE environment
 * 
 * @contributor pjack
 * @contributor gojomo
 */

From source file org.archive.crawler.reporting.StatisticsTracker.java

/**
 * This is an implementation of the AbstractTracker. It is designed to function
 * with the WUI as well as performing various logging activity.
 * <p>
 * At the end of each snapshot a line is written to the
 * 'progress-statistics.log' file.

From source file org.archive.crawler.framework.CrawlController.java

import org.archive.crawler.datamodel.CrawlURI;
import org.archive.crawler.datamodel.ServerCache;
import org.archive.crawler.event.CrawlStatusListener;
import org.archive.crawler.event.CrawlURIDispositionListener;
import org.archive.crawler.framework.exceptions.FatalConfigurationException;
import org.archive.crawler.framework.exceptions.InitializationException;

From source file org.archive.modules.fetcher.FetchHTTP.java

     * Which algorithm (for example MD5 or SHA-1) to use to perform an
     * on-the-fly digest hash of retrieved content-bodies.
     */
    public void setDigestAlgorithm(String digestAlgorithm) {
        this.digestAlgorithm = digestAlgorithm;
    }

From source file com.opengamma.bbg.referencedata.impl.BloombergReferenceDataProvider.java

/**
 * Provider of reference-data from the Bloomberg data source.
 */
public class BloombergReferenceDataProvider extends AbstractReferenceDataProvider implements Lifecycle {

    /** Logger. */

From source file com.opengamma.bbg.replay.BloombergRefDataCollector.java

/**
 * A collector of Bloomberg data.
 */
public class BloombergRefDataCollector implements Lifecycle {

    /** Logger. */