Example usage for org.apache.commons.chain.impl ContextBase subclass-usage

List of usage examples for org.apache.commons.chain.impl ContextBase subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.chain.impl ContextBase subclass-usage.

Usage

From source file com.reactivetechnologies.blaze.throttle.MTContext.java

class MTContext extends ContextBase {

    public MTContext(int throttlingTPS, ConsumerThrottler throttler) {
        super();
        this.throttlingTPS = throttlingTPS;
        this.throttler = throttler;

From source file nz.co.jsrsolutions.tideservice.scraper.command.CommandContext.java

public class CommandContext extends ContextBase {

    /**
        * 
        */
    private static final long serialVersionUID = 4691923958838858461L;

From source file nz.co.jsrsolutions.ds3.command.CommandContext.java

public class CommandContext extends ContextBase {

    /**
        * 
        */
    private static final long serialVersionUID = 4691923958838858461L;

From source file com.azaptree.services.command.CommandContext.java

public class CommandContext extends ContextBase {

    private static final long serialVersionUID = 1L;

    public CommandContext() {
    }

From source file org.exoplatform.services.ftp.FtpContext.java

/**
 * Created by The eXo Platform SAS Author : Vitaly Guly <gavrik-vetal@ukr.net/mail.ru>
 * 
 * @version $Id: $
 */

From source file net.jradius.server.JRadiusEvent.java

/**
 * The JRadiusEvent is the base class for server events and JRadiusRequests.
 * @author Gert Jan Verhoog
 * @author David Bird
 */
public abstract class JRadiusEvent extends ContextBase {

From source file ttf.analysis.context.AnalysisContext.java

public class AnalysisContext extends ContextBase {
    private static final long serialVersionUID = -1884835131118409894L;

    // general - assigned by a factory
    private ArticleFactory articleFactory;
    private TopicFactory topicFactory;

From source file org.exoplatform.frameworks.jcr.command.BasicAppContext.java

/**
 * Created by The eXo Platform SAS .
 * 
 * @author <a href="mailto:gennady.azarenkov@exoplatform.com">Gennady Azarenkov</a>
 * @version $Id: BasicAppContext.java 10160 2006-11-08 09:14:24Z geaz $
 */