ariba.util.core
Class PerformanceStateCounter.Instance
java.lang.Object
ariba.util.core.PerformanceStateCore.Instance
ariba.util.core.PerformanceStateCounter.Instance
- Direct Known Subclasses:
- PerformanceStateTimedCounter.Instance
- Enclosing class:
- PerformanceStateCounter
public static class PerformanceStateCounter.Instance
- extends PerformanceStateCore.Instance
the real instance
Field Summary |
static java.lang.String |
ColumnNameCount
The string used as a key in the hashtable for the data on this
object. |
Method Summary |
void |
addCount(long additionalCount)
|
void |
addCount(long additionalCount,
long count2Inc)
|
void |
addCount(long additionalCount,
long count2Inc,
java.lang.String type)
|
java.lang.String |
countString()
|
long |
getCount()
Get the current count. |
java.util.Map |
getData()
Returns a hashtable with all the data from this metric. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColumnNameCount
public static final java.lang.String ColumnNameCount
- The string used as a key in the hashtable for the data on this
object.
- See Also:
getData()
addCount
public void addCount(long additionalCount,
long count2Inc,
java.lang.String type)
addCount
public void addCount(long additionalCount,
long count2Inc)
addCount
public void addCount(long additionalCount)
getCount
public long getCount()
- Get the current count.
- Overrides:
getCount
in class PerformanceStateCore.Instance
countString
public java.lang.String countString()
- Overrides:
countString
in class PerformanceStateCore.Instance
getData
public java.util.Map getData()
- Returns a hashtable with all the data from this metric.
Do not call this method on the static instances.
- Overrides:
getData
in class PerformanceStateCore.Instance
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.