public class GaugeAPIImpl extends AbstractMoskitoAPIImpl implements GaugeAPI
| Constructor and Description |
|---|
GaugeAPIImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GaugeAO> |
getGauges()
Returns all configured gauges with their current min/max/current values.
|
java.util.List<GaugeAO> |
getGauges(java.lang.String... names)
Returns named gauges and their values.
|
void |
init() |
getConfigurationaddValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APIinit in class net.anotheria.anoplass.api.AbstractAPIImplnet.anotheria.anoplass.api.APIInitExceptionpublic java.util.List<GaugeAO> getGauges()
GaugeAPICopyright © 2010-2020 anotheria.net. All Rights Reserved.