@DistributeMe(agentsSupport=false)
@SupportService
public interface ProducerAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
List<ProducerAO> |
getAllProducers(String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit) |
List<UnitCountAO> |
getCategories() |
ProducerAO |
getProducer(String producerId,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit) |
List<UnitCountAO> |
getSubsystems() |
List<UnitCountAO> getCategories() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionList<UnitCountAO> getSubsystems() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionList<ProducerAO> getAllProducers(String intervalName, TimeUnit timeUnit)
List<ProducerAO> getAllProducersByCategory(String currentCategory, String intervalName, TimeUnit timeUnit)
List<ProducerAO> getProducers(IProducerFilter[] iProducerFilters, String intervalName, TimeUnit timeUnit)
List<ProducerAO> getAllProducersBySubsystem(String currentSubsystem, String intervalName, TimeUnit timeUnit)
ProducerAO getProducer(String producerId, String intervalName, TimeUnit timeUnit) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.