Interface IOErrorListener

  • All Superinterfaces:
    EventListener

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

      • onIOError

        void onIOError​(Domain domain,
                       java.lang.String srcPath,
                       java.lang.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