Uses of Class
org.sentrysoftware.metricshub.engine.strategy.detection.CriterionTestResult
Packages that use CriterionTestResult
Package
Description
-
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Methods in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion that return CriterionTestResultModifier and TypeMethodDescriptionCommandLineCriterion.accept(ICriterionProcessor criterionProcessor) abstract CriterionTestResultCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.DeviceTypeCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.HttpCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.IpmiCriterion.accept(ICriterionProcessor criterionProcessor) ProcessCriterion.accept(ICriterionProcessor criterionProcessor) ProductRequirementsCriterion.accept(ICriterionProcessor criterionProcessor) ServiceCriterion.accept(ICriterionProcessor criterionProcessor) SnmpGetCriterion.accept(ICriterionProcessor criterionProcessor) SnmpGetNextCriterion.accept(ICriterionProcessor criterionProcessor) WbemCriterion.accept(ICriterionProcessor criterionProcessor) WmiCriterion.accept(ICriterionProcessor criterionProcessor) -
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(WbemCriterion wbemCriterion) Process the givenWbemCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(WmiCriterion wmiCriterion) Process the givenWmiCriterionthrough Client and return theCriterionTestResultICriterionProcessor.process(CommandLineCriterion commandLineCriterion) Process the Command Line criterion.ICriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the device type criterion.ICriterionProcessor.process(HttpCriterion httpCriterion) Process the HTTP criterion.ICriterionProcessor.process(IpmiCriterion ipmiCriterion) Process the IPMI criterion.ICriterionProcessor.process(ProcessCriterion processCriterion) Process the process criterion.ICriterionProcessor.process(ProductRequirementsCriterion productRequirementsCriterion) Process the product requirements criterion.ICriterionProcessor.process(ServiceCriterion serviceCriterion) Process the service criterion.ICriterionProcessor.process(SnmpGetCriterion snmpGetCriterion) Process the SNMP Get criterion.ICriterionProcessor.process(SnmpGetNextCriterion snmpGetNextCriterion) Process the SNMP Get Next criterion.ICriterionProcessor.process(WbemCriterion wbemCriterion) Process the WBEM criterion.ICriterionProcessor.process(WmiCriterion wmiCriterion) Process the WMI criterion.static CriterionTestResultCreate a successful detection report.