Uses of Class
org.apache.commons.monitoring.Role

Packages that use Role
org.apache.commons.monitoring   
org.apache.commons.monitoring.impl.monitors   
org.apache.commons.monitoring.impl.values   
org.apache.commons.monitoring.reporting   
org.apache.commons.monitoring.reporting.web   
 

Uses of Role in org.apache.commons.monitoring
 

Fields in org.apache.commons.monitoring declared as Role
static Role<Gauge> Monitor.CONCURRENCY
          default role for multi-thread concurrency
static Role<Counter> Monitor.FAILURES
          default Role for the invocation failure counter
static Role<Counter> Monitor.PERFORMANCES
          default role key for code performances
 

Methods in org.apache.commons.monitoring that return Role
 Role<? extends StatValue> StatValue.getRole()
           
static Role Role.getRole(java.lang.String name)
           
 

Methods in org.apache.commons.monitoring that return types with arguments of type Role
static java.util.Collection<Role> Role.getRoles()
           
 java.util.Collection<Role> Monitor.getRoles()
           
 

Methods in org.apache.commons.monitoring with parameters of type Role
 int Role.compareTo(Role o)
          
 Counter Monitor.getCounter(Role<Counter> role)
          Retrieve or create a Counter in the monitor
 Gauge Monitor.getGauge(Role<Gauge> role)
          Retrieve or create a Gauge in the monitor
<T extends StatValue>
T
Monitor.getValue(Role<T> role)
          Retrieve a StatValue in the monitor
 

Uses of Role in org.apache.commons.monitoring.impl.monitors
 

Methods in org.apache.commons.monitoring.impl.monitors that return types with arguments of type Role
 java.util.Collection<Role> AbstractMonitor.getRoles()
           
 

Methods in org.apache.commons.monitoring.impl.monitors with parameters of type Role
 Counter CreateValuesOnDemandMonitor.getCounter(Role<Counter> role)
          Retrieve a Counter or create a new one for the role
 Counter AbstractMonitor.getCounter(Role<Counter> role)
           
 Gauge CreateValuesOnDemandMonitor.getGauge(Role<Gauge> role)
          Retrieve a Gauge or create a new one for the role
 Gauge AbstractMonitor.getGauge(Role<Gauge> role)
           
<T extends StatValue>
T
AbstractMonitor.getValue(Role<T> role)
           
protected  Counter CreateValuesOnDemandMonitor.newCounterInstance(Role<Counter> role)
          Create a new Counter instance
protected  Counter CompositeValuesMonitor.newCounterInstance(Role<Counter> role)
           
protected  Gauge CreateValuesOnDemandMonitor.newGaugeInstance(Role<Gauge> role)
          Create a new Gauge instance
protected  Gauge CompositeValuesMonitor.newGaugeInstance(Role<Gauge> role)
           
 

Uses of Role in org.apache.commons.monitoring.impl.values
 

Methods in org.apache.commons.monitoring.impl.values that return Role
 Role<T> AbstractStatValue.getRole()
           
 

Constructors in org.apache.commons.monitoring.impl.values with parameters of type Role
AbstractStatValue(Role<T> role)
           
CompositeCounter(Role<Counter> role)
           
CompositeGauge(Role<Gauge> role)
           
ThreadSafeCounter(Role<Counter> role)
           
ThreadSafeGauge(Role<Gauge> role)
           
 

Uses of Role in org.apache.commons.monitoring.reporting
 

Fields in org.apache.commons.monitoring.reporting with type parameters of type Role
static java.util.Collection<Role> Renderer.DEFAULT_ROLES
           
 

Methods in org.apache.commons.monitoring.reporting that return types with arguments of type Role
protected  java.util.List<Role> AbstractRenderer.getRoles(java.util.Collection<Monitor> monitors, Renderer.Options options)
           
 

Methods in org.apache.commons.monitoring.reporting with parameters of type Role
 boolean Renderer.Options.render(Role role, java.lang.String attribute)
           
 boolean OptionsSupport.render(Role role, java.lang.String attribute)
           
protected  void HtmlRenderer.renderMissingValue(Context ctx, Role role)
          Render an expected value not supported by the current monitor
protected  void AbstractRenderer.renderMissingValue(Context ctx, Role role)
          Render an expected value not supported by the current monitor
 boolean Renderer.Options.renderRole(Role role)
           
 boolean OptionsSupport.renderRole(Role role)
           
 Unit Renderer.Options.unitFor(Role role)
           
 Unit OptionsSupport.unitFor(Role role)
           
protected  void HtmlRenderer.writeColumnHead(Context ctx, Renderer.Options options, Role role, java.lang.String attribute)
           
 

Method parameters in org.apache.commons.monitoring.reporting with type arguments of type Role
protected  void JsonRenderer.renderStatValues(Context ctx, Monitor monitor, Renderer.Options options, java.util.List<Role> roles)
          
protected  void AbstractRenderer.renderStatValues(Context ctx, Monitor monitor, Renderer.Options options, java.util.List<Role> roles)
           
 

Uses of Role in org.apache.commons.monitoring.reporting.web
 

Methods in org.apache.commons.monitoring.reporting.web with parameters of type Role
 boolean HttpSerlvetRequestOptions.render(Role role, java.lang.String attribute)
           
protected  void NiceHtmlRenderer.renderMissingValue(Context ctx, Role role)
           
 boolean HttpSerlvetRequestOptions.renderRole(Role role)
           
 Unit HttpSerlvetRequestOptions.unitFor(Role role)
           
 



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.