ariba.util.core
Class PerformanceStateCounter
java.lang.Object
ariba.util.core.PerformanceStateCore
ariba.util.core.PerformanceStateCounter
- Direct Known Subclasses:
- PerformanceStateTimedCounter
public class PerformanceStateCounter
- extends PerformanceStateCore
A thread specific counter.
|
Method Summary |
void |
addCount()
Add 1 to the count. |
void |
addCount(long quantity)
Add quantity to the count. |
void |
addCount(long c1,
long c2)
|
void |
addCount(String type)
Add 1 to the count of the specific type. |
PerformanceStateCounter
public PerformanceStateCounter(String name,
int logRank,
int logFlags)
PerformanceStateCounter
public PerformanceStateCounter(String name,
int logRank)
PerformanceStateCounter
public PerformanceStateCounter(String name)
addCount
public void addCount()
- Add 1 to the count.
addCount
public void addCount(long quantity)
- Add
quantity to the count.
addCount
public void addCount(String type)
- Add 1 to the count of the specific type.
addCount
public void addCount(long c1,
long c2)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.