Uses of Class
org.jdrupes.vmoperator.runner.qemu.events.MonitorEvent
Packages that use MonitorEvent
-
Uses of MonitorEvent in org.jdrupes.vmoperator.runner.qemu.events
Subclasses of MonitorEvent in org.jdrupes.vmoperator.runner.qemu.eventsModifier and TypeClassDescriptionclassSignals a change of the balloon.classSignals that the connection to the Qemu monitor socket has been established successfully.classSignals the processing of theQmpPowerdownevent.classSignals the reception of a SHUTDOWN event.classSignals a connection from a client.classSignals a connection from a client.classSignals a connection from a client.classSignals a connection from a client.classSignals a change of tray state of one of the VM’s CDROM drives.classSignals a virtual serial port’s open state change.Methods in org.jdrupes.vmoperator.runner.qemu.events that return types with arguments of type MonitorEventModifier and TypeMethodDescriptionstatic Optional<MonitorEvent> MonitorEvent.from(com.fasterxml.jackson.databind.JsonNode response) Create event from response.