public class CounterHelper extends Object
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) |
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 © 2011 Nuxeo SA. All Rights Reserved.