edu.washington.cs.rfid.data.db
Class ApplicationDataConnection

java.lang.Object
  extended by edu.washington.cs.rfid.data.db.ApplicationDataConnection

public class ApplicationDataConnection
extends java.lang.Object

A wrapper for a SimpleDBConnection that provides methods for retrieving application centric data (e.g. places, groups) from the RFID Ecosystem database. Also supports a remote connection to the data manager for dynamic updates on deployment metadata which it can forward to listeners.

Author:
Evan

Constructor Summary
ApplicationDataConnection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDataConnection

public ApplicationDataConnection()