Uses of Interface
eu.europa.esig.dss.alert.handler.AlertHandler
Packages that use AlertHandler
Package
Description
-
Uses of AlertHandler in eu.europa.esig.dss.alert
Methods in eu.europa.esig.dss.alert that return AlertHandlerModifier and TypeMethodDescriptionprotected AlertHandler<T> AbstractAlert.getAlertHandler()Gets the alert handlerConstructors in eu.europa.esig.dss.alert with parameters of type AlertHandlerModifierConstructorDescriptionprotectedAbstractAlert(AlertDetector<T> detector, AlertHandler<T> handler) The default constructor setting thedetectorandhandlerexplicitlyprotectedAbstractStatusAlert(AlertHandler<Status> handler) The default constructor -
Uses of AlertHandler in eu.europa.esig.dss.alert.handler
Classes in eu.europa.esig.dss.alert.handler that implement AlertHandlerModifier and TypeClassDescriptionclassThe class allows to define multipleAlertHandlers to processclassLogHandler<T>Implementation ofAlertHandlerwhich logs the object with the specifiedLevelclassImplementation ofAlertHandlerwhich does nothingclassHandler which throws anAlertExceptionConstructor parameters in eu.europa.esig.dss.alert.handler with type arguments of type AlertHandlerModifierConstructorDescriptionCompositeAlertHandler(List<AlertHandler<T>> handlers) The default constructor -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts
Constructors in eu.europa.esig.dss.tsl.alerts with parameters of type AlertHandlerModifierConstructorDescriptionLOTLAlert(AlertDetector<LOTLInfo> detection, AlertHandler<LOTLInfo> handler) Default constructorTLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler) Default constructor -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts.handlers.log
Classes in eu.europa.esig.dss.tsl.alerts.handlers.log that implement AlertHandlerModifier and TypeClassDescriptionclassWarns on the LOTL location changeclassWarns on the LOTL Official Journal URL changeclassWarns on the TL expirationclassWarns on TL parsing errorclassWarns on TL validation error -
Uses of AlertHandler in eu.europa.esig.dss.xml.common.alert
Methods in eu.europa.esig.dss.xml.common.alert that return AlertHandlerModifier and TypeMethodDescriptionprotected AlertHandler<DSSErrorHandler> DSSErrorHandlerAlert.getAlertHandler()