Uses of Class
edu.washington.cs.rfid.data.AntMetadata

Packages that use AntMetadata
edu.washington.cs.rfid.data.db   
 

Uses of AntMetadata in edu.washington.cs.rfid.data.db
 

Methods in edu.washington.cs.rfid.data.db that return types with arguments of type AntMetadata
 java.util.Hashtable<java.lang.Integer,java.util.Vector<AntMetadata>> DeploymentDataConnection.getAntennaHashtable(int gatewayID)
          Retrieves the antenna metadata for the antennas of readers connected to the specified gateway and returns it in a Hashtable.
 java.util.Vector<AntMetadata> DeploymentDataConnection.getAntMetadataVector()
          Retrieves the antenna metadata from the database and returns it in a Vector.
 

Methods in edu.washington.cs.rfid.data.db with parameters of type AntMetadata
 void DeploymentDataConnectionListener.antMetadataUpdate(AntMetadata d, DeploymentDataConnectionListener.UpdateType t)
           
 boolean DeploymentDataConnection.insertAntMetadata(AntMetadata ant)
          Inserts the antenna metadata for a particular antenna.