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 interface
StatusAlert
TypedAlert
with aStatus
objectClasses in eu.europa.esig.dss.alert that implement Alert Modifier and Type Class Description class
AbstractAlert<T>
The class containing a general logic for alert handlingclass
AbstractStatusAlert
class
ExceptionOnStatusAlert
class
LogOnStatusAlert
class
SilentOnAlert<T>
class
SilentOnStatusAlert
-
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 class
LOTLAlert
class
TLAlert
Constructor 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 void
TLValidationJob. setLOTLAlerts(List<Alert<LOTLInfo>> lotlAlerts)
Sets the LOTL alerts to be processedvoid
TLValidationJob. setTLAlerts(List<Alert<TLInfo>> tlAlerts)
Sets the TL alerts to be processed