org.fosstrak.llrp.client
Interface LLRPExceptionHandler

All Known Implementing Classes:
ExceptionHandler

public interface LLRPExceptionHandler

All exception handlers registered at the AdaptorManagement need to implement this interface in order to be delivered with exceptions triggered on the reader level.

Author:
sawielan

Method Summary
 void postExceptionToGUI(LLRPExceptionHandlerTypeMap aExceptionType, LLRPRuntimeException e, java.lang.String aAdapter, java.lang.String aReader)
          This method will be called asynchronously whenever an Exception is triggered.
 

Method Detail

postExceptionToGUI

void postExceptionToGUI(LLRPExceptionHandlerTypeMap aExceptionType,
                        LLRPRuntimeException e,
                        java.lang.String aAdapter,
                        java.lang.String aReader)
This method will be called asynchronously whenever an Exception is triggered.

Parameters:
aExceptionType - a type-map describing the exception.
e - the exception itself.
aAdapter - the adapter that triggered the exception.
aReader - the reader that triggered the exception.


Copyright © 2009. All Rights Reserved.