|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscoveryItem | |
com.alien.enterpriseRFID.discovery | In order to use and control a reader, its network address of the serial port number of the host must first be known. |
Uses of DiscoveryItem in com.alien.enterpriseRFID.discovery |
Methods in com.alien.enterpriseRFID.discovery that return DiscoveryItem | |
DiscoveryItem[] |
SerialDiscoveryListenerService.getDiscoveryItems()
Returns an array of DiscoveryItem s representing all of the readers
that this SerialDiscoveryListenerService knows about. |
DiscoveryItem[] |
NetworkDiscoveryListenerService.getDiscoveryItems()
Returns an array of DiscoveryItem s representing all of the readers
that this NetworkDiscoveryListenerService knows about. |
Methods in com.alien.enterpriseRFID.discovery with parameters of type DiscoveryItem | |
void |
SerialDiscoveryListenerService.discoveryItemExpired(DiscoveryItem discoveryItem)
Removes a DiscoveryItem from the hashtable, and notifies listeners. |
void |
NetworkDiscoveryListenerService.discoveryItemExpired(DiscoveryItem discoveryItem)
Removes a DiscoveryItem from the hashtable, and notifies listeners. |
void |
DiscoveryListener.readerAdded(DiscoveryItem discoveryItem)
A single reader has been added to the network. |
void |
DiscoveryListener.readerRenewed(DiscoveryItem discoveryItem)
A single reader has renewed its lease. |
void |
DiscoveryListener.readerRemoved(DiscoveryItem discoveryItem)
A single reader has been removed from the network and is no longer available. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |