Uses of Interface
org.fosstrak.llrp.client.LLRPExceptionHandler

Packages that use LLRPExceptionHandler
org.fosstrak.llrp.adaptor   
org.fosstrak.llrp.commander   
 

Uses of LLRPExceptionHandler in org.fosstrak.llrp.adaptor
 

Methods in org.fosstrak.llrp.adaptor that return LLRPExceptionHandler
 LLRPExceptionHandler AdaptorManagement.getExceptionHandler()
          returns the exception handler.
 

Methods in org.fosstrak.llrp.adaptor with parameters of type LLRPExceptionHandler
 boolean AdaptorManagement.initialize(java.lang.String readConfig, java.lang.String storeConfig, boolean commitChanges, LLRPExceptionHandler exceptionHandler, MessageHandler handler)
          initializes the AdaptorManagement.
 boolean AdaptorManagement.initialize(java.lang.String readConfig, java.lang.String storeConfig, boolean commitChanges, LLRPExceptionHandler exceptionHandler, MessageHandler handler, boolean export)
          ATTENTION: initializes the AdaptorManagement.DO NOT USE THIS METHOD as long as you know what you are doing (this method instructs with export=true to export the first local adaptor as a server adaptor.
 void AdaptorManagement.setExceptionHandler(LLRPExceptionHandler exceptionHandler)
          sets the exception handler.
 

Uses of LLRPExceptionHandler in org.fosstrak.llrp.commander
 

Classes in org.fosstrak.llrp.commander that implement LLRPExceptionHandler
 class ExceptionHandler
          Exception Handler that processes Exceptions triggered in the AdaptorManagement.
 



Copyright © 2009. All Rights Reserved.