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.ExporterModifier and TypeFieldDescriptionprivate Map<String, MonitoringReceiver.Exporter> MonitoringReceiver.registryMethods in de.iip_ecosphere.platform.monitoring that return MonitoringReceiver.ExporterModifier and TypeMethodDescriptionprotected abstract MonitoringReceiver.ExporterMonitoringReceiver.createExporter(String id) Creates an exporter instance.protected MonitoringReceiver.ExporterMonitoringReceiver.obtainExporter(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.ExporterMethods in de.iip_ecosphere.platform.monitoring with parameters of type MonitoringReceiver.ExporterModifier and TypeMethodDescriptionprotected voidMonitoringReceiver.notifyExporterAdded(MonitoringReceiver.Exporter exporter) Notifies about a added exporter.protected voidMonitoringReceiver.notifyExporterRemoved(MonitoringReceiver.Exporter exporter) Notifies about a removed exporter.