Class MetricsAasConstructor.MeterGetter

java.lang.Object
de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructor.MeterGetter
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.Invokable, de.iip_ecosphere.platform.support.aas.Invokable.GetterInvokable, Serializable, Supplier<Object>
Enclosing class:
MetricsAasConstructor

private static class MetricsAasConstructor.MeterGetter extends Object implements de.iip_ecosphere.platform.support.aas.Invokable.GetterInvokable, Serializable
Implements a meter getter based on MetricsAasConstructor.JsonObjectHolder.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.support.aas.Invokable

    de.iip_ecosphere.platform.support.aas.Invokable.GetterInvokable, de.iip_ecosphere.platform.support.aas.Invokable.OperationInvocation, de.iip_ecosphere.platform.support.aas.Invokable.OperationInvokable, de.iip_ecosphere.platform.support.aas.Invokable.SerializableInvokable, de.iip_ecosphere.platform.support.aas.Invokable.SetterInvokable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     
    private String
     
    private String
     
    private static final long
     
    private de.iip_ecosphere.platform.transport.connectors.TransportSetup
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    MeterGetter(String channel, String id, de.iip_ecosphere.platform.transport.connectors.TransportSetup setup, String name)
    Creates a meter getter instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.aas.Invokable

    execute, getOperation, getSetter, getSubmodelRepositoryUrl, getUrl

    Methods inherited from interface de.iip_ecosphere.platform.support.aas.Invokable.GetterInvokable

    getGetter
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • id

      private String id
    • channel

      private String channel
    • setup

      private de.iip_ecosphere.platform.transport.connectors.TransportSetup setup
  • Constructor Details

    • MeterGetter

      private MeterGetter(String channel, String id, de.iip_ecosphere.platform.transport.connectors.TransportSetup setup, String name)
      Creates a meter getter instance.
      Parameters:
      channel - the transport channel
      id - the id to react on
      setup - the transport setup
      name - the list name MetricsProvider
  • Method Details