Package org.apache.stratos.throttling.manager.utils

Examples of org.apache.stratos.throttling.manager.utils.DataProviderIterator


    public Task(Map<String, String> parameters,
            List<ThrottlingTaskDataProviderConfiguration> dataProviderConfigs)
            throws ThrottlingException {
        this.parameters = parameters;
        this.dataProviderIterator = new DataProviderIterator(dataProviderConfigs);
        // initialize the rule invokers
        ruleInvoker = new RuleInvoker();
    }
View Full Code Here

TOP

Related Classes of org.apache.stratos.throttling.manager.utils.DataProviderIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.