Uses of Interface
eu.europa.esig.dss.alert.Alert
| Package | Description |
|---|---|
| eu.europa.esig.dss.alert | |
| 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 containing a general logic for alert handlingclassAbstractStatusAlertclassExceptionOnStatusAlertclassLogOnStatusAlertclassSilentOnAlert<T>classSilentOnStatusAlert -
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 classLOTLAlertclassTLAlertConstructor 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