Uses of Class
feynman.framework.datastore.ConnectionException

Packages that use ConnectionException
feynman.framework.datastore   
 

Uses of ConnectionException in feynman.framework.datastore
 

Methods in feynman.framework.datastore that throw ConnectionException
 void DataStore.open(java.lang.String source)
          Method to open a connection to the data store.
 void DataStore.close()
          Method to close the connection to the data store.
 void FileDataStore.open(java.lang.String source)
          Method to open a file for writing PhysicalMeasurement data to.
 void FileDataStore.close()
          Method to close the PhysicalMeasurement data file for writing.
 void DbmsDataStore.open(java.lang.String driver)
           
 void DbmsDataStore.close()