Package edu.washington.cs.rfid.data.db

Interface Summary
ApplicationDataConnectionListener  
DeploymentDataConnectionListener  
TagDataConnectionListener  
 

Class Summary
ApplicationDataConnection A wrapper for a SimpleDBConnection that provides methods for retrieving application centric data (e.g.
DBParameters A class that acts as a container for database parameters.
DeploymentDataConnection A wrapper for a SimpleDBConnection that provides methods for retrieving deployment metadata (i.e.
SimpleDBConnection Wrapper for JDBC, provides base functionality for creating and using a single connection.
SimplePostgresConnection Wrapper for JDBC, provides base functionality for creating and using a single connection.
SimplePostgresConnectionPool A simple connection pool for connections to the database.
TagDataConnection A wrapper for a SimpleDBConnection that provides methods for retrieving tag and object metadata from the RFID database.
 

Enum Summary
ApplicationDataConnectionListener.UpdateType  
DeploymentDataConnectionListener.UpdateType  
TagDataConnectionListener.UpdateType