Package org.shiftone.jrat.provider.stats.jmx.attributes

Examples of org.shiftone.jrat.provider.stats.jmx.attributes.TotalErrorsAttributeValue


    mBean.add(name + ".MaxConcurrent", new MaxConcurrentThreadsAttributeValue(accumulator));
    mBean.add(name + ".MaxDuration", new MaxDurationAttributeValue(accumulator));
    mBean.add(name + ".MinDuration", new MinDurationAttributeValue(accumulator));
    mBean.add(name + ".TotalEnters", new TotalEntersAttributeValue(accumulator));
    mBean.add(name + ".TotalExits", new TotalExitsAttributeValue(accumulator));
    mBean.add(name + ".TotalErrors", new TotalErrorsAttributeValue(accumulator));
    mBean.add(name + ".Reset", new ResetAccumulatorOperation(accumulator));
  }
View Full Code Here

TOP

Related Classes of org.shiftone.jrat.provider.stats.jmx.attributes.TotalErrorsAttributeValue

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.