net.java.dev.moskito.webui.decorators
Interface IDecorator

All Superinterfaces:
net.anotheria.util.sorter.IComparable
All Known Implementing Classes:
AbstractDecorator, ActionStatsDecorator, CacheStatsDecorator, DefaultDecorator, FilterStatsDecorator, RequestOrientedStatsDecorator, ServiceStatsDecorator, ServletStatsDecorator, StorageStatsDecorator

public interface IDecorator
extends net.anotheria.util.sorter.IComparable


Method Summary
 List<StatCaptionBean> getCaptions()
           
 String getExplanation(String caption)
           
 String getName()
           
 List<StatValueBean> getValues(IStats stats, String interval)
           
 
Methods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
 

Method Detail

getName

String getName()

getCaptions

List<StatCaptionBean> getCaptions()

getValues

List<StatValueBean> getValues(IStats stats,
                              String interval)

getExplanation

String getExplanation(String caption)


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework