Uses of Class
org.fosstrak.llrp.client.LLRPMessageItem

Packages that use LLRPMessageItem
org.fosstrak.llrp.client   
 

Uses of LLRPMessageItem in org.fosstrak.llrp.client
 

Methods in org.fosstrak.llrp.client that return LLRPMessageItem
 LLRPMessageItem Repository.get(java.lang.String aMsgSysId)
          Get the LLRP Message Item from repository according to the unique Message ID.
 

Methods in org.fosstrak.llrp.client that return types with arguments of type LLRPMessageItem
 java.util.ArrayList<LLRPMessageItem> Repository.get(java.lang.String adaptorName, java.lang.String readerName, int num, boolean content)
          returns all the messages from the specified adaptor and the reader limited by num. if you set num to RETRIEVE_ALL all messages get returned.
 

Methods in org.fosstrak.llrp.client with parameters of type LLRPMessageItem
 void Repository.put(LLRPMessageItem aMessage)
          Put the LLRP Message Item to the repository
 



Copyright © 2009. All Rights Reserved.