ariba.util.core
Class PerformanceStateCore.Instance

java.lang.Object
  extended by ariba.util.core.PerformanceStateCore.Instance
Direct Known Subclasses:
PerformanceStateCounter.Instance
Enclosing class:
PerformanceStateCore

public static class PerformanceStateCore.Instance
extends Object

the real data bearing instance


Field Summary
static String ColumnEventDetail
           
 
Method Summary
 String countString()
           
 String elapsedTimeString()
           
 long getCount()
           
 long getCount(String type)
           
 Map getData()
          Returns a hashtable with all the data from this metric.
 long getElapsedTime()
           
 List getEventList()
           
 void recordEvent(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ColumnEventDetail

public static final String ColumnEventDetail
See Also:
Constant Field Values
Method Detail

getCount

public long getCount()

getCount

public final long getCount(String type)

getElapsedTime

public long getElapsedTime()

elapsedTimeString

public String elapsedTimeString()

countString

public String countString()

getData

public Map getData()
Returns a hashtable with all the data from this metric. Do not call this method on the static instances.


toString

public String toString()
Overrides:
toString in class Object

recordEvent

public void recordEvent(String type)

getEventList

public List getEventList()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.