Uses of Class
com.commsen.stopwatch.StopwatchStorageException

Packages that use StopwatchStorageException
com.commsen.stopwatch   
com.commsen.stopwatch.storages   
 

Uses of StopwatchStorageException in com.commsen.stopwatch
 

Methods in com.commsen.stopwatch that throw StopwatchStorageException
 void StopwatchStorage.close()
          Called when engine is about to be stopped or for some other reason will no more use this storage.
 boolean StopwatchStorage.completeRecord(long id, java.lang.Object[] parameters)
          Instructs the storage to complete (at least remember the time) the record identified by given parameters.
 void StopwatchStorage.freeze()
          Called when engine is about to be paused or for some other reason will temporary not use this storage.
 long StopwatchStorage.newCompleteRecord(java.lang.Object[] startParameters, java.lang.Object[] endParameters)
          Instructs the storage to create new complete record and store passed parameters.
 long StopwatchStorage.newRecord(java.lang.Object[] parameters)
          Instructs the storage to create new record and store passed parameters.
 void StopwatchStorage.open()
          Called when engine is about to use the storage for the first time.
 boolean StopwatchStorage.removeRecord(long id)
          Instructs the storage to remove the record identified by given parameters.
 void StopwatchStorage.unfreeze()
          Called when engine is about to be resumed.
 

Uses of StopwatchStorageException in com.commsen.stopwatch.storages
 

Methods in com.commsen.stopwatch.storages that throw StopwatchStorageException
 void AbstractDatabaseStorage.close()
           
 void DefaultHSQLInMemoryStorage.close()
           
 void DefaultHSQLStorage.close()
           
 boolean MemoryHSQLInMemoryStorage.completeRecord(long id, java.lang.Object[] parameters)
           
 boolean AbstractDatabaseStorage.completeRecord(long id, java.lang.Object[] parameters)
           
 boolean MemoryHSQLStorage.completeRecord(long id, java.lang.Object[] parameters)
           
 void AbstractDatabaseStorage.freeze()
           
 void DefaultHSQLInMemoryStorage.freeze()
           
 void DefaultHSQLStorage.freeze()
           
 long AbstractDatabaseStorage.newCompleteRecord(java.lang.Object[] startParameters, java.lang.Object[] endParameters)
           
 long MemoryHSQLInMemoryStorage.newRecord(java.lang.Object[] parameters)
           
 long AbstractDatabaseStorage.newRecord(java.lang.Object[] parameters)
           
 long MemoryHSQLStorage.newRecord(java.lang.Object[] parameters)
           
 void AbstractDatabaseStorage.open()
           
 boolean AbstractDatabaseStorage.removeRecord(long id)
           
 void AbstractDatabaseStorage.unfreeze()
           
 



Copyright © 2006-2008 Commsen International. All Rights Reserved.