Sonic ESB API

com.sonicsw.esb.service.common.metrics
Class HistoryMode

java.lang.Object
  extended by com.sonicsw.esb.service.common.metrics.HistoryMode

public class HistoryMode
extends java.lang.Object

Type-safe enumeration of supported statistic update modes.


Field Summary
static HistoryMode NONE
          Mode indicating no history should be maintained.
static HistoryMode VALUES
          Mode indicating that this metric should maintain a set of prior values as captured at each refresh interval and collected over the collection period.
static HistoryMode VALUES_AND_COUNTS
          Mode indicating this metric should maintain history (see VALUES, and also maintain the number of updates that occurred each refresh interval.
 
Method Summary
 short getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final HistoryMode NONE
Mode indicating no history should be maintained.


VALUES

public static final HistoryMode VALUES
Mode indicating that this metric should maintain a set of prior values as captured at each refresh interval and collected over the collection period.


VALUES_AND_COUNTS

public static final HistoryMode VALUES_AND_COUNTS
Mode indicating this metric should maintain history (see VALUES, and also maintain the number of updates that occurred each refresh interval.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public short getValue()

Sonic ESB API

Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.