public class CounterHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected static CounterManager |
cm |
Constructor and Description |
---|
CounterHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
decreaseCounter(String counterName) |
static void |
decreaseCounter(String counterName,
long value) |
static void |
increaseCounter(String counterName) |
static void |
increaseCounter(String counterName,
long value) |
static void |
setCounterValue(String counterName,
long value) |
protected static CounterManager cm
public CounterHelper()
public static void increaseCounter(String counterName)
public static void increaseCounter(String counterName, long value)
public static void setCounterValue(String counterName, long value)
public static void decreaseCounter(String counterName)
public static void decreaseCounter(String counterName, long value)
Copyright © 2019 Nuxeo. All rights reserved.