Interface UpdatingMonitoringService
-
- All Superinterfaces:
MonitoringService,ParameterConfigurerProvider,Service,ServiceBase
public interface UpdatingMonitoringService extends MonitoringService
Specialized monitoring service that is automatically updated with theMetricsProvider.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
-
Fields inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
APPLICATION_SEPARATOR, DEFAULT_APPLICATION_INSTANCE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcalculateMetrics()Called to calculate/update the metrics.-
Methods inherited from interface de.iip_ecosphere.platform.services.environment.MonitoringService
attachMetricsProvider
-
Methods inherited from interface de.iip_ecosphere.platform.services.environment.Service
activate, getDescription, getKind, getName, getNetMgtKeyAddress, getParameterConfigurer, getParameterNames, getVersion, isDeployable, isTopLevel, migrate, passivate, reconfigure, switchTo, update
-
Methods inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
getId, getState, setState
-
-