public interface IOErrorListener extends EventListener
Modifier and Type | Method and Description |
---|---|
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.
|
void onIOError(Domain domain, java.lang.String srcPath, java.lang.String devAlias, IOErrorAction action)
domain
- the domain which got an I/O errorsrcPath
- the src of the block device with errorsdevAlias
- the device alias of the block device with errorsaction
- the action that is to be taken due to the I/O error