Try to find a domain based on the hypervisor ID number
Note that this won't work for inactive domains which have an ID of -1,
in that case a lookup based on the Name or UUId need to be done instead.
Abstraction for this machine, assumptions are being made that this java process runs with
with the same user's credentials that libvirt is expecting to manage the virtualization environment
of this machine.
str1 -
Variable in class org.glassfish.virtualization.libvirt.jna.VirError
str2 -
Variable in class org.glassfish.virtualization.libvirt.jna.VirError
str3 -
Variable in class org.glassfish.virtualization.libvirt.jna.VirError
suspend() -
Method in class org.glassfish.virtualization.libvirt.jna.Domain
Suspends this active domain, the process is frozen without further access
to CPU resources and I/O but the memory used by the domain at the
hypervisor level will stay allocated.