ModeShape Distribution 3.5.0.Final

Uses of Class
org.modeshape.jmx.Details

Packages that use Details
org.modeshape.jmx   
 

Uses of Details in org.modeshape.jmx
 

Classes in org.modeshape.jmx with annotations of type Details
 interface RepositoryStatisticsMXBean
          JXM MXBean interface which exposes various monitoring information for a running repository.
 

Methods in org.modeshape.jmx with annotations of type Details
 List<EnumDescription> RepositoryStatisticsMXBean.getDurationMetrics()
          Get the DurationMetric enumerations that are available for use by the caller with RepositoryStatisticsMXBean.getDurations(org.modeshape.jcr.api.monitor.DurationMetric, org.modeshape.jcr.api.monitor.Window).
 HistoricalData RepositoryStatisticsMXBean.getDurations(DurationMetric metric, Window windowInTime)
          Get the statics for the specified duration metric during the given window in time.
 List<DurationData> RepositoryStatisticsMXBean.getLongestRunning(DurationMetric metric)
          Get the longest-running activities recorded for the specified metric.
 List<EnumDescription> RepositoryStatisticsMXBean.getTimeWindows()
          Get the Window enumerations that are available for use by the caller with RepositoryStatisticsMXBean.getValues(org.modeshape.jcr.api.monitor.ValueMetric, org.modeshape.jcr.api.monitor.Window) and RepositoryStatisticsMXBean.getDurations(org.modeshape.jcr.api.monitor.DurationMetric, org.modeshape.jcr.api.monitor.Window).
 List<EnumDescription> RepositoryStatisticsMXBean.getValueMetrics()
          Get the ValueMetric enumerations that are available for use by the caller with RepositoryStatisticsMXBean.getValues(org.modeshape.jcr.api.monitor.ValueMetric, org.modeshape.jcr.api.monitor.Window).
 HistoricalData RepositoryStatisticsMXBean.getValues(ValueMetric metric, Window windowInTime)
          Get the statistics for the specified value metric during the given window in time.
 

Method parameters in org.modeshape.jmx with annotations of type Details
 HistoricalData RepositoryStatisticsMXBean.getDurations(DurationMetric metric, Window windowInTime)
          Get the statics for the specified duration metric during the given window in time.
 HistoricalData RepositoryStatisticsMXBean.getDurations(DurationMetric metric, Window windowInTime)
          Get the statics for the specified duration metric during the given window in time.
 List<DurationData> RepositoryStatisticsMXBean.getLongestRunning(DurationMetric metric)
          Get the longest-running activities recorded for the specified metric.
 HistoricalData RepositoryStatisticsMXBean.getValues(ValueMetric metric, Window windowInTime)
          Get the statistics for the specified value metric during the given window in time.
 HistoricalData RepositoryStatisticsMXBean.getValues(ValueMetric metric, Window windowInTime)
          Get the statistics for the specified value metric during the given window in time.
 


ModeShape Distribution 3.5.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.