Interface IOErrorListener

All Superinterfaces:
EventListener

public interface IOErrorListener extends EventListener
Interface for receiving domain I/O error events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onIOError(Domain domain, String srcPath, String devAlias, IOErrorAction action)
    This method gets called upon a domain I/O error event.
  • Method Details

    • onIOError

      void onIOError(Domain domain, String srcPath, String devAlias, IOErrorAction action)
      This method gets called upon a domain I/O error event.
      Parameters:
      domain - the domain which got an I/O error
      srcPath - the src of the block device with errors
      devAlias - the device alias of the block device with errors
      action - the action that is to be taken due to the I/O error