- All Implemented Interfaces:
- org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.probeframework.probes.listener.IProbeListener>, org.palladiosimulator.metricspec.metricentity.IMetricEntity
public class TakeNumberOfResourceContainersTriggeredProbe
extends org.palladiosimulator.probeframework.probes.BasicTriggeredProbe<Long,javax.measure.quantity.Dimensionless>
Probes the number of resource containers within a resource environment. The probe listens to a
resource registry (event source type), informing about any changes within the resource
environment. Therefore, the probe has to implement the IResourceEnvironmentListener
interface and to register itself in the registerListener method to this resource
registry.
- Author:
- Sebastian Lehrig