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 deletionLibvirtExceptionprotected void finalize()
throws LibvirtException
finalize in class java.lang.ObjectLibvirtExceptionpublic int free()
throws LibvirtException
LibvirtExceptionpublic java.lang.String getXMLDesc()
throws LibvirtException
LibvirtExceptionprotected void processError()
throws LibvirtException
LibvirtException