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

Packages that use Role
org.apache.commons.monitoring   
org.apache.commons.monitoring.counters   
org.apache.commons.monitoring.gauges   
org.apache.commons.monitoring.jta   
org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges   
org.apache.commons.monitoring.repositories   
org.apache.commons.monitoring.store   
 

Uses of Role in org.apache.commons.monitoring
 

Fields in org.apache.commons.monitoring declared as Role
static Role Role.FAILURES
           
static Role Role.JDBC
           
static Role Role.JSP
           
static Role Role.PERFORMANCES
           
static Role Role.WEB
           
 

Methods in org.apache.commons.monitoring with parameters of type Role
 int Role.compareTo(Role o)
          
 

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

Methods in org.apache.commons.monitoring.counters that return Role
 Role Counter.Key.getRole()
           
 

Constructors in org.apache.commons.monitoring.counters with parameters of type Role
Counter.Key(Role role, String name)
           
 

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

Methods in org.apache.commons.monitoring.gauges that return Role
 Role Gauge.role()
           
 

Methods in org.apache.commons.monitoring.gauges with parameters of type Role
 void GaugeManager.stopGauge(Role role)
           
 void DefaultGaugeManager.stopGauge(Role role)
           
 

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

Fields in org.apache.commons.monitoring.jta declared as Role
static Role JTAGauges.JTA_ACTIVE
           
static Role JTAGauges.JTA_COMMITED
           
static Role JTAGauges.JTA_ROLLBACKED
           
 

Methods in org.apache.commons.monitoring.jta that return Role
 Role JTAGauges.JTAGauge.role()
           
 

Constructors in org.apache.commons.monitoring.jta with parameters of type Role
JTAGauges.JTAActiveGauge(Role role, AtomicLong counter, long period)
           
JTAGauges.JTAGauge(Role role, AtomicLong counter, long period)
           
 

Uses of Role in org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges
 

Fields in org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges declared as Role
static Role CPUGauge.CPU
           
static Role UsedMemoryGauge.USED_MEMORY
           
 

Methods in org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges that return Role
 Role UsedMemoryGauge.role()
           
 Role CPUGauge.role()
           
 

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

Methods in org.apache.commons.monitoring.repositories with parameters of type Role
 Map<Long,Double> Repository.getGaugeValues(long start, long end, Role role)
           
 Map<Long,Double> DefaultRepository.getGaugeValues(long start, long end, Role role)
           
 void Repository.stopGauge(Role role)
           
 void DefaultRepository.stopGauge(Role role)
           
 

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

Methods in org.apache.commons.monitoring.store that return Role
 Role GaugeValuesRequest.getRole()
           
 

Methods in org.apache.commons.monitoring.store with parameters of type Role
 void DefaultDataStore.createOrNoopGauge(Role role)
           
 void DataStore.createOrNoopGauge(Role role)
           
 void GaugeValuesRequest.setRole(Role role)
           
 

Constructors in org.apache.commons.monitoring.store with parameters of type Role
GaugeValuesRequest(long start, long end, Role role)
           
 



Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.