public class RemoteAccumulatorAPISkeleton extends Object implements RemoteAccumulatorAPI
| Constructor and Description |
|---|
RemoteAccumulatorAPISkeleton() |
RemoteAccumulatorAPISkeleton(AccumulatorAPI anImplementation) |
| Modifier and Type | Method and Description |
|---|---|
List |
createAccumulator(AccumulatorPO formBean,
Map<?,?> __transportableCallContext) |
List |
deInit(Map<?,?> __transportableCallContext) |
List |
getAccumulator(String id,
Map<?,?> __transportableCallContext) |
List |
getAccumulatorByName(String name,
Map<?,?> __transportableCallContext) |
List |
getAccumulatorDefinition(String id,
Map<?,?> __transportableCallContext) |
List |
getAccumulatorDefinitions(Map<?,?> __transportableCallContext) |
List |
getAccumulatorGraphData(String id,
Map<?,?> __transportableCallContext) |
long |
getCreationTimestamp() |
long |
getLastAccessTimestamp() |
List |
init(Map<?,?> __transportableCallContext) |
List |
removeAccumulator(String id,
Map<?,?> __transportableCallContext) |
public RemoteAccumulatorAPISkeleton()
public RemoteAccumulatorAPISkeleton(AccumulatorAPI anImplementation)
public List createAccumulator(AccumulatorPO formBean, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
createAccumulator in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List removeAccumulator(String id, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
removeAccumulator in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List getAccumulatorDefinitions(Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinitions in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List getAccumulatorDefinition(String id, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinition in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List getAccumulatorGraphData(String id, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getAccumulatorGraphData in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List getAccumulator(String id, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getAccumulator in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List getAccumulatorByName(String name, Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIException
getAccumulatorByName in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List init(Map<?,?> __transportableCallContext) throws net.anotheria.anoplass.api.APIInitException
init in interface RemoteAccumulatorAPInet.anotheria.anoplass.api.APIInitExceptionpublic List deInit(Map<?,?> __transportableCallContext)
deInit in interface RemoteAccumulatorAPIpublic 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.