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

Packages that use NoSnapshotAvailableException
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 NoSnapshotAvailableException in edu.ntnu.item.jt.system
 

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

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

Methods in edu.ntnu.item.jt.VMware that throw NoSnapshotAvailableException
 void GuestOS.loadSnapshot()
          Loads a previously stored snapshot.
 void GuestOS.revertToSnapshot(boolean waitForCompletion)
          Revert to the previous snapshot.