Uses of Class
com.alien.enterpriseRFID.notify.Message

Packages that use Message
com.alien.enterpriseRFID.notify The notify classes work in conjunction with a reader running in autonomous mode. 
 

Uses of Message in com.alien.enterpriseRFID.notify
 

Subclasses of Message in com.alien.enterpriseRFID.notify
 class ErrorMessage
          ErrorMessage takes the place of a Message, when there has been some problem decoding a reader's notification message.
 

Methods in com.alien.enterpriseRFID.notify with parameters of type Message
 void MessageListenerService.messageReceived(Message message)
          Daughter MessageListenerEngines pass their message events up to the server, and the server hands them up to the user's MessageListener.
 void MessageListener.messageReceived(Message message)
          A single notification message has been received from a Reader.