Uses of Interface
eu.europa.esig.dss.alert.Alert
| Package | Description |
|---|---|
| eu.europa.esig.dss.alert | |
| eu.europa.esig.dss.jaxb | |
| eu.europa.esig.dss.tsl.alerts | |
| eu.europa.esig.dss.tsl.job |
-
Uses of Alert in eu.europa.esig.dss.alert
Subinterfaces of Alert in eu.europa.esig.dss.alert Modifier and Type Interface Description interfaceStatusAlertTypedAlertwith aStatusobjectClasses in eu.europa.esig.dss.alert that implement Alert Modifier and Type Class Description classAbstractAlert<T>The class contains a general logic for alert handlingclassAbstractStatusAlertThe abstract alert class to define a handler for theStatusprocessingclassExceptionOnStatusAlertThe class throws an exception on aStatuseventclassLogOnStatusAlertThe class logs a message onStatusalertclassSilentOnAlert<T>The class is used to process an alert silently (do nothing)classSilentOnStatusAlertThe class to process aStatusalert silently -
Uses of Alert in eu.europa.esig.dss.jaxb
Classes in eu.europa.esig.dss.jaxb that implement Alert Modifier and Type Class Description classDSSErrorHandlerAlertThe defaultDSSErrorHandleralert Throws aXSDValidationExceptioncontaining a list of errors and fatalErrors if occurredMethods in eu.europa.esig.dss.jaxb with parameters of type Alert Modifier and Type Method Description voidValidatorConfigurator. setErrorHandlerAlert(Alert<DSSErrorHandler> errorHandlerAlert)SetsAlert<DSSErrorHandler>used to process the collected exception during the XML file validation -
Uses of Alert in eu.europa.esig.dss.tsl.alerts
Classes in eu.europa.esig.dss.tsl.alerts that implement Alert Modifier and Type Class Description classLOTLAlertThe class to process events on LOTLclassTLAlertThe class to process events on TLConstructor parameters in eu.europa.esig.dss.tsl.alerts with type arguments of type Alert Constructor Description TLValidationJobAlerter(List<Alert<LOTLInfo>> lotlAlerts, List<Alert<TLInfo>> tlAlerts)The constructor to instantiate a TLValidationJobAlerter -
Uses of Alert in eu.europa.esig.dss.tsl.job
Method parameters in eu.europa.esig.dss.tsl.job with type arguments of type Alert Modifier and Type Method Description voidTLValidationJob. setLOTLAlerts(List<Alert<LOTLInfo>> lotlAlerts)Sets the LOTL alerts to be processedvoidTLValidationJob. setTLAlerts(List<Alert<TLInfo>> tlAlerts)Sets the TL alerts to be processed