|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.llrp.adaptor.queue.QueueEntry
public class QueueEntry
data structure to store enqueue an LLRPMessage.
| Constructor Summary | |
|---|---|
QueueEntry(org.llrp.ltk.types.LLRPMessage message,
java.lang.String readerName,
java.lang.String adaptorName)
creates a new queue item for an llrp message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAdaptorName()
returns the name of the adaptor that will either receive or read the message. |
org.llrp.ltk.types.LLRPMessage |
getMessage()
returns the stored message. |
java.lang.String |
getReaderName()
returns the reader name that either read or will receive the message. |
void |
setAdaptorName(java.lang.String adaptorName)
sets the name of the adaptor that will either receive or read the message. |
void |
setMessage(org.llrp.ltk.types.LLRPMessage message)
sets the message in the datastructure. |
void |
setReaderName(java.lang.String readerName)
sets the name of the reader that will either receive or read the message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueEntry(org.llrp.ltk.types.LLRPMessage message,
java.lang.String readerName,
java.lang.String adaptorName)
message - the llrp message.readerName - the reader that will receive or read the message.adaptorName - the adaptor name that will receive or read the message.| Method Detail |
|---|
public org.llrp.ltk.types.LLRPMessage getMessage()
public void setMessage(org.llrp.ltk.types.LLRPMessage message)
message - an LLRPMessage to set.public java.lang.String getReaderName()
public void setReaderName(java.lang.String readerName)
readerName - the name of the reader that will either receive or read the message.public java.lang.String getAdaptorName()
public void setAdaptorName(java.lang.String adaptorName)
adaptorName - the name of the adaptor that will either receive or read the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||