Example usage for org.springframework.core.task TaskExecutor interface-usage

List of usage examples for org.springframework.core.task TaskExecutor interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.task TaskExecutor interface-usage.

Usage

From source file com.sshdemo.common.schedule.generate.quartz.NullTaskExecutor.java

/**
 * @author wuzhijun
 */
public class NullTaskExecutor implements TaskExecutor {

    @Override

From source file io.neba.core.blueprint.FelixTaskExecutor.java

/**
 * Synchronously executes context-related task as Apache Felix exhibits race conditions and deadlocks
 * when bundle state (including contained classes) is modified and read concurrently.
 * A bean with this name and type is automatically used by gemini-blueprint-extender to execute
 * context state change tasks, such as context creation or refresh.
 *

From source file io.dyn.core.NonBlockingTaskExecutor.java

/**
 * @author Jon Brisbin <jon@jbrisbin.com>
 */
public class NonBlockingTaskExecutor implements Executor, TaskExecutor {

    private AtomicBoolean active = new AtomicBoolean(true);

From source file reactor.spring.core.task.DispatcherTaskExecutor.java

/**
 * An adapter that allows a Reactor {@link Dispatcher} to be used as a Spring {@link
 * TaskExecutor}.
 *
 * @author Jon Brisbin
 */

From source file it.tidalwave.northernwind.core.impl.test.WaitingTaskExecutor.java

/***********************************************************************************************************************
 *
 * A {@link TaskExecutor} that waits before launching a task, useful for testing.
 * 
 * @author  Fabrizio Giudici
 * @version $Id$

From source file net.carinae.dev.async.PersistentTaskExecutor.java

/**
 * A task executor with persistent task queueing.
 * 
 * @author Carlos Vara
 */
@Component("PersistentExecutor")

From source file com.seovic.core.concurrent.ClusteredExecutorService.java

/**
 * ExecutorService implementation that parallelizes task execution across the
 * cluster nodes using Invocation Service.
 *
 * @author Aleksandar Seovic  2009.11.02
 */

From source file com.seovic.coherence.util.concurrent.ClusteredExecutorService.java

/**
 * ExecutorService implementation that parallelizes task execution across the
 * cluster nodes using Invocation Service.
 * 
 * @author Aleksandar Seovic  2009.11.02
 */