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

Packages that use RdrMetadata
edu.washington.cs.rfid.data.db   
edu.washington.cs.rfid.gateway   
 

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

Methods in edu.washington.cs.rfid.data.db that return types with arguments of type RdrMetadata
 java.util.Vector<RdrMetadata> DeploymentDataConnection.getGatewayToRdrConfigVector(int gatewayID)
          Retrieves the gateway to reader configuration information for a specified gateway and returns it in a Vector.
 java.util.Vector<RdrMetadata> DeploymentDataConnection.getRdrMetadataVector()
          Retrieves the reader metadata from the database and returns it in a Vector.
 

Methods in edu.washington.cs.rfid.data.db with parameters of type RdrMetadata
 boolean DeploymentDataConnection.insertRdrMetadata(RdrMetadata rdr)
          Inserts the reader metadata for a particular reader.
 void DeploymentDataConnectionListener.rdrMetadataUpdate(RdrMetadata d, DeploymentDataConnectionListener.UpdateType t)
           
 

Uses of RdrMetadata in edu.washington.cs.rfid.gateway
 

Constructors in edu.washington.cs.rfid.gateway with parameters of type RdrMetadata
ReaderConnection(RdrMetadata rdr, int[] antIDs, java.lang.String keyStorePath, char[] keyStorePw, long hashSalt)
          Creates a new ReaderConnection with the specified parameters.