public class DomainSnapshot
extends java.lang.Object
Constructor and Description |
---|
DomainSnapshot(Connect virConnect,
DomainSnapshotPointer VDSP) |
Modifier and Type | Method and Description |
---|---|
int |
delete(int flags)
Delete the Snapshot
|
protected 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.
|
public DomainSnapshot(Connect virConnect, DomainSnapshotPointer VDSP)
public int delete(int flags) throws LibvirtException
flags
- controls teh deletionLibvirtException
protected 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