com.alien.enterpriseRFID.notify
Class ErrorMessage

java.lang.Object
  extended bycom.alien.enterpriseRFID.notify.Message
      extended bycom.alien.enterpriseRFID.notify.ErrorMessage

public class ErrorMessage
extends Message

ErrorMessage takes the place of a Message, when there has been some problem decoding a reader's notification message. Use getReason() to determine the nature of the problem, and getReaderIPAddress() to determine which reader sent the message. getXML() still returns any data that was read, whether it could be decoded or not.

Version:
1.0 Aug 2005
Author:
David Krull

Field Summary
 
Fields inherited from class com.alien.enterpriseRFID.notify.Message
REASON_IOSTREAM, REASON_TAGSTREAM
 
Constructor Summary
ErrorMessage()
           
 
Methods inherited from class com.alien.enterpriseRFID.notify.Message
getDate, getIO, getIOCount, getIOList, getRawData, getReaderCommandPort, getReaderHostname, getReaderIPAddress, getReaderMACAddress, getReaderName, getReaderType, getReason, getStartTriggerLines, getStopTriggerLines, getTag, getTagCount, getTagList, getXML, setDate, setIOList, setRawData, setReaderCommandPort, setReaderHostname, setReaderIPAddress, setReaderMACAddress, setReaderName, setReaderType, setReason, setStartTriggerLines, setStopTriggerLines, setTagList, setXML, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage()