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 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 contains a general logic for alert handlingclass
AbstractStatusAlert
The abstract alert class to define a handler for theStatus
processingclass
ExceptionOnStatusAlert
The class throws an exception on aStatus
eventclass
LogOnStatusAlert
The class logs a message onStatus
alertclass
SilentOnAlert<T>
The class is used to process an alert silently (do nothing)class
SilentOnStatusAlert
The class to process aStatus
alert 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 class
DSSErrorHandlerAlert
The defaultDSSErrorHandler
alert Throws aXSDValidationException
containing a list of errors and fatalErrors if occurredMethods in eu.europa.esig.dss.jaxb with parameters of type Alert Modifier and Type Method Description void
ValidatorConfigurator. 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 class
LOTLAlert
The class to process events on LOTLclass
TLAlert
The 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 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