Package com.alien.enterpriseRFID.notify

The notify classes work in conjunction with a reader running in autonomous mode.

See:
          Description

Interface Summary
MessageListener MessageListener is an Interface to be implemented by all objects that want to receive and decode notification messages from readers operating in Autonomous Mode.
 

Class Summary
ErrorMessage ErrorMessage takes the place of a Message, when there has been some problem decoding a reader's notification message.
Message Message encapsulates the information contained in a reader's notification messages.
MessageListenerService MessageListenerService is a class for receiving notification messages from a Reader.
 

Package com.alien.enterpriseRFID.notify Description

The notify classes work in conjunction with a reader running in autonomous mode. In autonomous mode the reader is set up to read tags over and over again without the need for human interaction. If tags are found (or removed), the reader can be configured to send messages to listening services on the network. The notify classes implement these listening services, constantly waiting and listening for notification messages from readers, and converting these messages into Java objects.

Related Documentation