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

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

Introduction

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

Usage

From source file net.jradius.handler.chain.JRChainBase.java

/**
 * The JRadius ChainBase for Jakarta Commons Chain
 * @author David Bird
 */
public class JRChainBase extends ChainBase implements JRCommand {
    private String name;

From source file org.qifu.base.chain.SimpleChain.java

public class SimpleChain extends ChainBase {

    public SimpleChain() {
        super();
    }

From source file com.netsteadfast.greenstep.base.chain.SimpleChain.java

public class SimpleChain extends ChainBase {

    public SimpleChain() {
        super();
    }

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

class DefaultConsumerThrottler extends ChainBase implements ConsumerThrottler {

    private long throttlerPeriod;
    private boolean enabled;

    public long getThrottlerPeriod() {