Package eu.europa.esig.dss.alert

  • Interface Summary
    Interface Description
    Alert<T>
    The interface to handle alert detection and execution
    StatusAlert
    Typed Alert with a Status object
  • Class Summary
    Class Description
    AbstractAlert<T>
    The class contains a general logic for alert handling
    AbstractStatusAlert
    The abstract alert class to define a handler for the Status processing
    ExceptionOnStatusAlert
    The class throws an exception on a Status event
    LogOnStatusAlert
    The class logs a message on Status alert
    SilentOnAlert<T>
    The class is used to process an alert silently (do nothing)
    SilentOnStatusAlert
    The class to process a Status alert silently