Uses of Class
edu.ntnu.item.jt.VMware.errors.RevertToSnapshotFailedException

Packages that use RevertToSnapshotFailedException
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
edu.ntnu.item.jt.VMware Provides an object oriented view of the VMware Vix C library. 
 

Uses of RevertToSnapshotFailedException in edu.ntnu.item.jt.system
 

Methods in edu.ntnu.item.jt.system that throw RevertToSnapshotFailedException
 void Scanner.revertToSnapshot(boolean blocking)
          Load a snapshot and revert to it.
 

Uses of RevertToSnapshotFailedException in edu.ntnu.item.jt.VMware
 

Methods in edu.ntnu.item.jt.VMware that throw RevertToSnapshotFailedException
 void GuestOS.revertToSnapshot(boolean waitForCompletion)
          Revert to the previous snapshot.