Uses of Interface
org.openbandy.io.storage.StorageConnection

Packages that use StorageConnection
org.openbandy.io.rms   
org.openbandy.io.storage   
 

Uses of StorageConnection in org.openbandy.io.rms
 

Classes in org.openbandy.io.rms that implement StorageConnection
 class RmsConnection
          Wrapper class to access 1 RecordStore.
 

Uses of StorageConnection in org.openbandy.io.storage
 

Classes in org.openbandy.io.storage that implement StorageConnection
 class DatabaseConnection
          The DatabaseConnection class implements the StorageConnection class in order to execute SQL statements on the JDBC database.
 

Methods in org.openbandy.io.storage with parameters of type StorageConnection
 boolean Storage.removeConnection(StorageConnection connection)
          Returns true if the connection was removed