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

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

Introduction

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

Usage

From source file org.springframework.xd.greenplum.gpfdist.AbstractGPFDistMessageHandler.java

/**
 * Base implementation of Spring Integration {@code MessageHandler} handling {@code Message}.
 *
 * @author Janne Valkealahti
 */
public abstract class AbstractGPFDistMessageHandler extends AbstractMessageHandler implements SmartLifecycle {

From source file org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler.java

/**
 * Base implementation of Spring Integration {@code MessageHandler} handling {@code Message}.
 *
 * @author Janne Valkealahti
 */
public abstract class HdfsStoreMessageHandler extends AbstractMessageHandler implements SmartLifecycle {

From source file org.springframework.yarn.examples.grid.hazelcast.HazelcastContainerGrid.java

/**
 * Container grid implementation on top of Hazelcast.
 *
 * @author Janne Valkealahti
 *
 */

From source file org.springframework.yarn.support.LifecycleObjectSupport.java

/**
 * Convenient base class for object which needs spring task scheduler, task
 * executor and life cycle handling.
 *
 * @author Janne Valkealahti
 *