Uses of Interface
biz.hammurapi.metrics.MeasurementCategory

Packages that use MeasurementCategory
biz.hammurapi.cache   
biz.hammurapi.metrics   
biz.hammurapi.sql   
 

Uses of MeasurementCategory in biz.hammurapi.cache
 

Constructors in biz.hammurapi.cache with parameters of type MeasurementCategory
AppendableMemoryCache(AppendableProducer producer, Cache fallBack, MeasurementCategory measurementCategory)
           
AppendableMemoryCache(AppendableProducer producer, Cache fallBack, MeasurementCategory measurementCategory, java.util.Timer timer, long cleanupInterval)
           
MemoryCache(Producer producer, Cache fallBack, MeasurementCategory measurementCategory)
          Constructs cache with default cleanup interval (1 minute).
MemoryCache(Producer producer, Cache fallBack, MeasurementCategory measurementCategory, java.util.Timer timer, long cleanupInterval)
          Constructs cache with default cleanup interval (1 minute).
 

Uses of MeasurementCategory in biz.hammurapi.metrics
 

Methods in biz.hammurapi.metrics that return MeasurementCategory
static MeasurementCategory MeasurementCategoryFactory.getCategory(java.lang.Class klass)
           
static MeasurementCategory MeasurementCategoryFactory.getCategory(java.lang.String category)
           
 

Uses of MeasurementCategory in biz.hammurapi.sql
 

Fields in biz.hammurapi.sql declared as MeasurementCategory
protected  MeasurementCategory MeasuringDatabaseObject.measurementCategory
           
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.