|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Domain | |
|---|---|
| org.glassfish.virtualization.libvirt | |
| org.glassfish.virtualization.libvirt.jna | |
| Uses of Domain in org.glassfish.virtualization.libvirt |
|---|
| Constructors in org.glassfish.virtualization.libvirt with parameters of type Domain | |
|---|---|
LibVirtVirtualMachine(VirtualMachineConfig config,
VirtUser user,
Machine owner,
Domain domain,
List<StorageVol> storageVols)
|
|
| Uses of Domain in org.glassfish.virtualization.libvirt.jna |
|---|
| Methods in org.glassfish.virtualization.libvirt.jna that return Domain | |
|---|---|
Domain |
Connect.domainDefineXML(String xmlDesc)
Defines a domain, but does not start it. |
Domain |
Connect.domainLookupByID(int id)
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. |
Domain |
Connect.domainLookupByName(String name)
Looks up a domain based on its name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||