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.modules.postprocessor.AMQPCrawlLogFeed.java

/**
 * @see UriProcessingFormatter
 * @contributor nlevitt
 */
public class AMQPCrawlLogFeed extends AMQPProducerProcessor implements Lifecycle {

From source file org.archive.modules.postprocessor.KafkaCrawlLogFeed.java

/**
 * For Kafka 0.8.x. Sends messages in asynchronous mode (producer.type=async)
 * and does not wait for acknowledgment from kafka (request.required.acks=0).
 * Sends messages with no key. These things could be configurable if needed.
 * 
 * @see UriProcessingFormatter

From source file org.archive.modules.postprocessor.TroughCrawlLogFeed.java

/**
 * Post insert statements for these two tables.
 * 
 * CREATE TABLE crawled_url(
 *         id INTEGER PRIMARY KEY AUTOINCREMENT,
 *         timestamp DATETIME,

From source file org.marketcetera.core.ApplicationContainer.java

/**
 * Provides a process-based application in which to run Marketcetera components.
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since $Release$

From source file org.marketcetera.marketdata.core.webservice.impl.MarketDataServiceImpl.java

/**
 * Provides Market Data Nexus services.
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since $Release$

From source file org.marketcetera.marketdata.core.webservice.impl.MockServer.java

/**
 *
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since $Release$

From source file org.marketcetera.orderloader.OrderLoaderMain.java

/**
 * The entry point for running the order loader as an application
 *
 * @author anshul@marketcetera.com
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id: OrderLoaderMain.java 16841 2014-02-20 19:59:04Z colin $

From source file org.marketcetera.util.rpc.RpcServer.java

/**
 * Provides RPC services.
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since $Release$

From source file org.openspaces.events.AbstractEventListenerContainer.java

/**
 * A simple based class for {@link SpaceDataEventListener} based containers. Allowing to register a
 * listener and provides several support methods like {@link #invokeListener(SpaceDataEventListener,
 * Object, org.springframework.transaction.TransactionStatus, Object)} in order to simplify event
 * listener based containers.
 *

From source file org.openspaces.events.AbstractSpaceListeningContainer.java

/**
 * Common base class for all containers which need to implement listening based on Space events.
 *
 * <p>
 * Provide lifecycle support for containers using {@link #doStart()} and {@link #doStop()}. By
 * default, the container lifecycle will be bound to the space mode, starting when the space mode is