Package org.libvirt.event
Interface IOErrorListener
- All Superinterfaces:
EventListener
Interface for receiving domain I/O error events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIOError
(Domain domain, String srcPath, String devAlias, IOErrorAction action) This method gets called upon a domain I/O error event.
-
Method Details
-
onIOError
This method gets called upon a domain I/O error event.- Parameters:
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
-