|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TRE | |
---|---|
edu.washington.cs.rfid.data | |
edu.washington.cs.rfid.data.db | |
edu.washington.cs.rfid.gateway | |
edu.washington.cs.rfid.net.routing |
Uses of TRE in edu.washington.cs.rfid.data |
---|
Fields in edu.washington.cs.rfid.data declared as TRE | |
---|---|
TRE |
OwnedTRE.t
|
Constructors in edu.washington.cs.rfid.data with parameters of type TRE | |
---|---|
OwnedTRE(java.lang.String owner,
TRE t)
|
Uses of TRE in edu.washington.cs.rfid.data.db |
---|
Methods in edu.washington.cs.rfid.data.db that return TRE | |
---|---|
TRE |
TagDataConnection.getMostRecentTRE(long tagID)
Retrieves and returns the most recent TRE from the specified tag ID. |
Methods in edu.washington.cs.rfid.data.db that return types with arguments of type TRE | |
---|---|
java.util.Vector<TRE> |
TagDataConnection.getTREsByWindow(long start,
long end)
Retrieves all TREs occuring within the specified time window. |
Uses of TRE in edu.washington.cs.rfid.gateway |
---|
Methods in edu.washington.cs.rfid.gateway with parameters of type TRE | |
---|---|
void |
ReaderGatewayListener.newTRE(TRE t)
Handles a newly received TRE . |
void |
ReaderGateway.newTRE(TRE t)
The newTRE method from the ReaderConnectionListener interface. |
void |
ReaderConnectionListener.newTRE(TRE t)
Handles a newly received TRE . |
Uses of TRE in edu.washington.cs.rfid.net.routing |
---|
Methods in edu.washington.cs.rfid.net.routing with parameters of type TRE | |
---|---|
void |
TagRouter.newTRE(TRE t)
The newTRE method from interface ReaderGatewayListener . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |