public class RemoteProducerAPISkeleton extends Object implements RemoteProducerAPI
| Constructor and Description |
|---|
RemoteProducerAPISkeleton() |
RemoteProducerAPISkeleton(ProducerAPI anImplementation) |
| Modifier and Type | Method and Description |
|---|---|
List |
deInit(Map<?,?> __transportableCallContext) |
List |
getAllProducers(String intervalName,
TimeUnit timeUnit,
Map<?,?> __transportableCallContext) |
List |
getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit,
Map<?,?> __transportableCallContext) |
List |
getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit,
Map<?,?> __transportableCallContext) |
List |
getCategories(Map<?,?> __transportableCallContext) |
long |
getCreationTimestamp() |
long |
getLastAccessTimestamp() |
List |
getProducer(String producerId,
String intervalName,
TimeUnit timeUnit,
Map<?,?> __transportableCallContext) |
List |
getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit,
Map<?,?> __transportableCallContext) |
List |
getSubsystems(Map<?,?> __transportableCallContext) |
List |
init(Map<?,?> __transportableCallContext) |
public RemoteProducerAPISkeleton()
public RemoteProducerAPISkeleton(ProducerAPI anImplementation)
public List getCategories(Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getCategories in interface RemoteProducerAPInet.anotheria.anoplass.api.APIExceptionpublic List getSubsystems(Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getSubsystems in interface RemoteProducerAPInet.anotheria.anoplass.api.APIExceptionpublic List getAllProducers(String intervalName, TimeUnit timeUnit, Map<?,?> __transportableCallContext)
getAllProducers in interface RemoteProducerAPIpublic List getAllProducersByCategory(String currentCategory, String intervalName, TimeUnit timeUnit, Map<?,?> __transportableCallContext)
getAllProducersByCategory in interface RemoteProducerAPIpublic List getProducers(IProducerFilter[] iProducerFilters, String intervalName, TimeUnit timeUnit, Map<?,?> __transportableCallContext)
getProducers in interface RemoteProducerAPIpublic List getAllProducersBySubsystem(String currentSubsystem, String intervalName, TimeUnit timeUnit, Map<?,?> __transportableCallContext)
getAllProducersBySubsystem in interface RemoteProducerAPIpublic List getProducer(String producerId, String intervalName, TimeUnit timeUnit, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getProducer in interface RemoteProducerAPInet.anotheria.anoplass.api.APIExceptionpublic List init(Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIInitException
init in interface RemoteProducerAPInet.anotheria.anoplass.api.APIInitExceptionpublic List deInit(Map<?,?> __transportableCallContext)
deInit in interface RemoteProducerAPIpublic long getCreationTimestamp()
getCreationTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterpublic long getLastAccessTimestamp()
getLastAccessTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterCopyright © 2010-2015 anotheria.net. All Rights Reserved.