org.fosstrak.llrp.client
Interface MessageHandler

All Known Subinterfaces:
ROAccessReportsRepository
All Known Implementing Classes:
AbstractSQLROAccessReportsRepository, DerbyROAccessReportsRepository, ROAccessReportsView

public interface MessageHandler

All processes that want to receive messages from the AdaptorManagement need to implement this interface. Upon arrival of a new LLRP message, the AdaptorManagement invokes the handle method on the registered handlers.

Author:
sawielan

Method Summary
 void handle(java.lang.String adaptorName, java.lang.String readerName, org.llrp.ltk.types.LLRPMessage message)
          This method is invoked from the adapter management whenever a new LLRP message arrives on an attached reader.
 

Method Detail

handle

void handle(java.lang.String adaptorName,
            java.lang.String readerName,
            org.llrp.ltk.types.LLRPMessage message)
This method is invoked from the adapter management whenever a new LLRP message arrives on an attached reader.

Parameters:
adaptorName - the name of the adapter where the reader belongs to.
readerName - the name of the receiving reader.
message - the LLRP message.


Copyright © 2009. All Rights Reserved.