Uses of Interface
com.commsen.stopwatch.StopwatchStorage

Packages that use StopwatchStorage
com.commsen.stopwatch   
com.commsen.stopwatch.engines   
com.commsen.stopwatch.storages   
 

Uses of StopwatchStorage in com.commsen.stopwatch
 

Methods in com.commsen.stopwatch that return StopwatchStorage
 StopwatchStorage StopwatchEngine.getStorage()
          Allows clients to get reference to the stopwatch's storage.
 

Methods in com.commsen.stopwatch with parameters of type StopwatchStorage
 void StopwatchEngine.setStorage(StopwatchStorage storage)
          Method called to instruct engine to use user defined storage
 

Uses of StopwatchStorage in com.commsen.stopwatch.engines
 

Methods in com.commsen.stopwatch.engines that return StopwatchStorage
 StopwatchStorage DefaultStopwatchEngine.getStorage()
           
 

Methods in com.commsen.stopwatch.engines with parameters of type StopwatchStorage
 void DefaultStopwatchEngine.setStorage(StopwatchStorage storage)
           
 

Uses of StopwatchStorage in com.commsen.stopwatch.storages
 

Classes in com.commsen.stopwatch.storages that implement StopwatchStorage
 class AbstractDatabaseStorage
          Abstract class representig database storage.
 class DefaultHSQLInMemoryStorage
          Default stopwatch storage.
 class DefaultHSQLStorage
          TODO Dokumentacja
 class MemoryHSQLInMemoryStorage
          TODO Dokumentacja
 class MemoryHSQLStorage
          TODO Dokumentacja
 

Constructors in com.commsen.stopwatch.storages with parameters of type StopwatchStorage
StorageManager(StopwatchStorage storage, int threadMode)
           
 



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