public class RemoteAccumulatorAPIStub extends java.lang.Object implements AccumulatorAPI
| Constructor and Description |
|---|
RemoteAccumulatorAPIStub() |
RemoteAccumulatorAPIStub(org.distributeme.core.ServiceDescriptor target) |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorDefinitionAO |
createAccumulator(AccumulatorPO formBean)
Creates a new accumulator from user input.
|
void |
deInit() |
AccumulatorAO |
getAccumulator(java.lang.String id) |
AccumulatorAO |
getAccumulatorByName(java.lang.String name) |
AccumulatorDefinitionAO |
getAccumulatorDefinition(java.lang.String id) |
java.util.List<AccumulatorDefinitionAO> |
getAccumulatorDefinitions() |
AccumulatedSingleGraphAO |
getAccumulatorGraphData(java.lang.String id) |
AccumulatedSingleGraphAO |
getAccumulatorGraphDataByName(java.lang.String name) |
java.util.List<java.lang.String> |
getAccumulatorIdsTiedToASpecificProducer(java.lang.String producerId)
Returns all accumulator ids which are tied to a specific producer.
|
java.util.List<AccumulatedSingleGraphAO> |
getChartsForMultipleAccumulators(java.util.List<java.lang.String> ids) |
MultilineChartAO |
getCombinedAccumulatorGraphData(java.util.List<java.lang.String> ids) |
MultilineChartAO |
getNormalizedAccumulatorGraphData(java.util.List<java.lang.String> ids) |
void |
init() |
void |
removeAccumulator(java.lang.String id)
Removes an eisting accumulator by its ids.
|
public RemoteAccumulatorAPIStub()
public RemoteAccumulatorAPIStub(org.distributeme.core.ServiceDescriptor target)
public AccumulatorDefinitionAO createAccumulator(AccumulatorPO formBean) throws net.anotheria.anoplass.api.APIException
AccumulatorAPIcreateAccumulator in interface AccumulatorAPIformBean - data for accumulator creation.net.anotheria.anoplass.api.APIExceptionpublic void removeAccumulator(java.lang.String id)
throws net.anotheria.anoplass.api.APIException
AccumulatorAPIremoveAccumulator in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List<AccumulatorDefinitionAO> getAccumulatorDefinitions() throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinitions in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorDefinitionAO getAccumulatorDefinition(java.lang.String id) throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinition in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatedSingleGraphAO getAccumulatorGraphData(java.lang.String id) throws net.anotheria.anoplass.api.APIException
getAccumulatorGraphData in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatedSingleGraphAO getAccumulatorGraphDataByName(java.lang.String name) throws net.anotheria.anoplass.api.APIException
getAccumulatorGraphDataByName in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorAO getAccumulator(java.lang.String id) throws net.anotheria.anoplass.api.APIException
getAccumulator in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorAO getAccumulatorByName(java.lang.String name) throws net.anotheria.anoplass.api.APIException
getAccumulatorByName in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic MultilineChartAO getNormalizedAccumulatorGraphData(java.util.List<java.lang.String> ids) throws net.anotheria.anoplass.api.APIException
getNormalizedAccumulatorGraphData in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic MultilineChartAO getCombinedAccumulatorGraphData(java.util.List<java.lang.String> ids) throws net.anotheria.anoplass.api.APIException
getCombinedAccumulatorGraphData in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List<AccumulatedSingleGraphAO> getChartsForMultipleAccumulators(java.util.List<java.lang.String> ids) throws net.anotheria.anoplass.api.APIException
getChartsForMultipleAccumulators in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic java.util.List<java.lang.String> getAccumulatorIdsTiedToASpecificProducer(java.lang.String producerId)
throws net.anotheria.anoplass.api.APIException
AccumulatorAPIgetAccumulatorIdsTiedToASpecificProducer in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APInet.anotheria.anoplass.api.APIInitExceptionpublic void deInit()
deInit in interface net.anotheria.anoplass.api.APICopyright © 2010-2020 anotheria.net. All Rights Reserved.