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

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

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

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

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