Uses of Class
org.sentrysoftware.metricshub.engine.strategy.detection.CriterionTestResult
Packages that use CriterionTestResult
Package
Description
-
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.extension
Methods in org.sentrysoftware.metricshub.engine.extension that return CriterionTestResultModifier and TypeMethodDescriptionIProtocolExtension.processCriterion(Criterion criterion, String connectorId, TelemetryManager telemetryManager) Executes a criterion check based on the given criterion and configuration within the telemetry manager. -
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection that return CriterionTestResultModifier and TypeMethodDescriptionstatic CriterionTestResultCriterionTestResult.empty()Creates an empty criterion test result.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection failure report.CriterionProcessor.process(CommandLineCriterion commandLineCriterion) Process the givenCommandLineCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the givenDeviceTypeCriterionand return theCriterionTestResultCriterionProcessor.process(HttpCriterion httpCriterion) Process the givenHttpCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(IpmiCriterion ipmiCriterion) Process the givenIpmiCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(ProcessCriterion processCriterion) Process the givenProcessCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(ProductRequirementsCriterion productRequirementsCriterion) Process the givenProductRequirementsCriterionand return theCriterionTestResult.CriterionProcessor.process(ServiceCriterion serviceCriterion) Process the givenServiceCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(SnmpGetCriterion snmpGetCriterion) Process the givenSnmpGetCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(SnmpGetNextCriterion snmpGetNextCriterion) Process the givenSnmpGetNextCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(SqlCriterion sqlCriterion) Process the givenSqlCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(WbemCriterion wbemCriterion) Process the givenWbemCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(WmiCriterion wmiCriterion) Process the givenWmiCriterionthrough Client and return theCriterionTestResultCriterionProcessor.processCriterionThroughExtension(Criterion criterion) Processes the givenCriterionby attempting to find a suitableIProtocolExtensionvia theExtensionManager.static CriterionTestResultCreate a successful detection report.Test the given criterion and return the result.Methods in org.sentrysoftware.metricshub.engine.strategy.detection that return types with arguments of type CriterionTestResultModifier and TypeMethodDescriptionCriterionProcessorRegistry.getProcessor(Criterion criterion) Get processor for criterion class.