Uses of Class
com.ashridgetech.prevdb.store.DataException

Packages that use DataException
com.ashridgetech.prevdb.client Provides classes and interfaces for use within code that uses PrevDB. 
com.ashridgetech.prevdb.store Defines the interfaces for persistent store implementations used with a PrevDb
com.ashridgetech.prevdb.test JUnit test classes for the PrevDb classes. 
 

Uses of DataException in com.ashridgetech.prevdb.client
 

Methods in com.ashridgetech.prevdb.client that throw DataException
protected  void PersistentManager.loadObject(FieldMap fieldMap)
          Load a persistent object into the PrevDb.
 void PrevDb.startup()
          Start the operation of this PrevDb.
protected  void PrevDb.applyTransaction(Transaction tran)
          Apply the effects of a Transaction to the objects in this PrevDb.
 

Uses of DataException in com.ashridgetech.prevdb.store
 

Methods in com.ashridgetech.prevdb.store that throw DataException
 void Loader.loadObject(FieldMap fieldMap)
          Load a persistent object into the PrevDb.
 void Loader.applyTransaction(Transaction tran)
          Reapply the effects of a Transaction to the PrevDb.
 void SystemStore.load(Loader loader)
          Load all the Persistent objects at startup.
 

Uses of DataException in com.ashridgetech.prevdb.test
 

Methods in com.ashridgetech.prevdb.test that throw DataException
 void PrevDbTest.testLoadReload()
          Tests unloading a PrevDb instance to a test SystemStore and reloading it into another.
 void TestSystemStore.load(Loader loader)
           
 



Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.