Package ch.mobi.mobitor.domain.screen
Class DefaultPipeline
java.lang.Object
ch.mobi.mobitor.domain.screen.DefaultPipeline
- All Implemented Interfaces:
ch.mobi.mobitor.domain.screen.Pipeline
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPipeline(String appServerName, Map<String, DefaultServerContext> serverContextMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInformation(String environment, String applicationName, ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformation information) List<ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformation>getMatchingInformation(String type, String environment, String applicationName) List<ch.mobi.mobitor.domain.screen.RuleEvaluation>getRuleEvaluations(String type) ch.mobi.mobitor.domain.screen.RuleEvaluationSeveritygetServerContext(String environment) voidresetRuleEvaluation(String type) voidsetLastRuleCompliantDate(Date date) voidupdateRuleEvaluation(String informationType, ch.mobi.mobitor.domain.screen.RuleEvaluation ruleEvaluation)
-
Constructor Details
-
DefaultPipeline
-
-
Method Details
-
getAppServerName
- Specified by:
getAppServerNamein interfacech.mobi.mobitor.domain.screen.Pipeline
-
addInformation
public void addInformation(String environment, String applicationName, ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformation information) - Specified by:
addInformationin interfacech.mobi.mobitor.domain.screen.Pipeline
-
getMatchingInformation
public List<ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformation> getMatchingInformation(String type, String environment, String applicationName) - Specified by:
getMatchingInformationin interfacech.mobi.mobitor.domain.screen.Pipeline
-
getServerContext
-
getServerContextMap
- Specified by:
getServerContextMapin interfacech.mobi.mobitor.domain.screen.Pipeline
-
updateRuleEvaluation
public void updateRuleEvaluation(String informationType, ch.mobi.mobitor.domain.screen.RuleEvaluation ruleEvaluation) - Specified by:
updateRuleEvaluationin interfacech.mobi.mobitor.domain.screen.Pipeline
-
resetRuleEvaluation
- Specified by:
resetRuleEvaluationin interfacech.mobi.mobitor.domain.screen.Pipeline
-
getRuleEvaluationSeverity
public ch.mobi.mobitor.domain.screen.RuleEvaluationSeverity getRuleEvaluationSeverity()- Specified by:
getRuleEvaluationSeverityin interfacech.mobi.mobitor.domain.screen.Pipeline
-
getViolatedTypes
-
getRuleEvaluations
-
getLastRuleCompliantDate
-
setLastRuleCompliantDate
- Specified by:
setLastRuleCompliantDatein interfacech.mobi.mobitor.domain.screen.Pipeline
-
getLastRuleUpdateDate
-
getApplicationNames
- Specified by:
getApplicationNamesin interfacech.mobi.mobitor.domain.screen.Pipeline
-