|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.DomainSnapshot
public class DomainSnapshot
Field Summary | |
---|---|
protected Libvirt |
libvirt
The libvirt connection from the hypervisor |
Constructor Summary | |
---|---|
DomainSnapshot(Connect virConnect,
DomainSnapshotPointer VDSP)
|
Method Summary | |
---|---|
int |
delete(int flags)
Delete the Snapshot |
void |
finalize()
|
int |
free()
Release the domain snapshot handle. |
java.lang.String |
getXMLDesc()
Fetches an XML document describing attributes of the snapshot. |
protected void |
processError()
Error handling logic to throw errors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Libvirt libvirt
Constructor Detail |
---|
public DomainSnapshot(Connect virConnect, DomainSnapshotPointer VDSP)
Method Detail |
---|
public int delete(int flags) throws LibvirtException
flags
- controls teh deletion
LibvirtException
public void finalize() throws LibvirtException
finalize
in class java.lang.Object
LibvirtException
public int free() throws LibvirtException
LibvirtException
public java.lang.String getXMLDesc() throws LibvirtException
LibvirtException
protected void processError() throws LibvirtException
LibvirtException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |