Uses of Interface
com.jamonapi.MonKeyItem

Packages that use MonKeyItem
com.jamonapi This package contains classes and interfaces used to monitor Java applications. 
com.jamonapi.log4j   
 

Uses of MonKeyItem in com.jamonapi
 

Subinterfaces of MonKeyItem in com.jamonapi
 interface MonKey
          key that allows for a monitor to be passed any number of keys used in the equivalent of a group by clause.
 

Classes in com.jamonapi that implement MonKeyItem
 class MonKeyBase
          Class that can be used as a composite key for MonitorFactor.add(compositeKey, 100) method calls Note the passed in LinkedHashMap is used as a key to another Map that looks up the associated monitor.
 class MonKeyImp
           
 class MonKeyItemBase
          Used in MonKeys.
 

Constructors in com.jamonapi with parameters of type MonKeyItem
MonKeyImp(MonKeyItem keyItem, java.lang.String units)
           
 

Uses of MonKeyItem in com.jamonapi.log4j
 

Classes in com.jamonapi.log4j that implement MonKeyItem
 class Log4jMonKey
          MonKey used to put log4j records into jamon hashmap.
 



Copyright © 2012. All Rights Reserved.