Uses of Class
de.iip_ecosphere.platform.monitoring.MonitoringReceiver.Exporter
-
-
Uses of MonitoringReceiver.Exporter in de.iip_ecosphere.platform.monitoring
Fields in de.iip_ecosphere.platform.monitoring with type parameters of type MonitoringReceiver.Exporter Modifier and Type Field Description private java.util.Map<java.lang.String,MonitoringReceiver.Exporter>MonitoringReceiver. registryMethods in de.iip_ecosphere.platform.monitoring that return MonitoringReceiver.Exporter Modifier and Type Method Description protected abstract MonitoringReceiver.ExporterMonitoringReceiver. createExporter(java.lang.String id)Creates an exporter instance.protected MonitoringReceiver.ExporterMonitoringReceiver. obtainExporter(java.lang.String id)Obtains an exporter for the given source id.Methods in de.iip_ecosphere.platform.monitoring that return types with arguments of type MonitoringReceiver.Exporter Modifier and Type Method Description java.lang.Iterable<MonitoringReceiver.Exporter>MonitoringReceiver. exporters()Returns the exporters.Methods in de.iip_ecosphere.platform.monitoring with parameters of type MonitoringReceiver.Exporter Modifier and Type Method Description protected voidMonitoringReceiver. notifyExporterAdded(MonitoringReceiver.Exporter exporter)Notifies about a added exporter.protected voidMonitoringReceiver. notifyExporterRemoved(MonitoringReceiver.Exporter exporter)Notifies about a removed exporter.
-