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

Packages that use LLRPExceptionHandlerTypeMap
org.fosstrak.llrp.adaptor   
org.fosstrak.llrp.adaptor.exception   
org.fosstrak.llrp.client   
org.fosstrak.llrp.commander   
 

Uses of LLRPExceptionHandlerTypeMap in org.fosstrak.llrp.adaptor
 

Methods in org.fosstrak.llrp.adaptor with parameters of type LLRPExceptionHandlerTypeMap
 void AdaptorManagement.postException(LLRPRuntimeException e, LLRPExceptionHandlerTypeMap exceptionType, java.lang.String adapterName, java.lang.String readerName)
          posts an exception the the exception handler.
 

Uses of LLRPExceptionHandlerTypeMap in org.fosstrak.llrp.adaptor.exception
 

Fields in org.fosstrak.llrp.adaptor.exception declared as LLRPExceptionHandlerTypeMap
protected  LLRPExceptionHandlerTypeMap LLRPRuntimeException.exceptionType
           
 

Methods in org.fosstrak.llrp.adaptor.exception that return LLRPExceptionHandlerTypeMap
 LLRPExceptionHandlerTypeMap LLRPRuntimeException.getExceptionType()
          gets the exception type.
 

Methods in org.fosstrak.llrp.adaptor.exception with parameters of type LLRPExceptionHandlerTypeMap
 void LLRPRuntimeException.setExceptionType(LLRPExceptionHandlerTypeMap exceptionType)
          sets the exception type.
 

Constructors in org.fosstrak.llrp.adaptor.exception with parameters of type LLRPExceptionHandlerTypeMap
LLRPRuntimeException(java.lang.String message, LLRPExceptionHandlerTypeMap exceptionType)
          constructor with exception message and exception type.
 

Uses of LLRPExceptionHandlerTypeMap in org.fosstrak.llrp.client
 

Methods in org.fosstrak.llrp.client that return LLRPExceptionHandlerTypeMap
static LLRPExceptionHandlerTypeMap LLRPExceptionHandlerTypeMap.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LLRPExceptionHandlerTypeMap[] LLRPExceptionHandlerTypeMap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fosstrak.llrp.client with parameters of type LLRPExceptionHandlerTypeMap
 void LLRPExceptionHandler.postExceptionToGUI(LLRPExceptionHandlerTypeMap aExceptionType, LLRPRuntimeException e, java.lang.String aAdapter, java.lang.String aReader)
          This method will be called asynchronously whenever an Exception is triggered.
 

Uses of LLRPExceptionHandlerTypeMap in org.fosstrak.llrp.commander
 

Methods in org.fosstrak.llrp.commander with parameters of type LLRPExceptionHandlerTypeMap
 void ExceptionHandler.postExceptionToGUI(LLRPExceptionHandlerTypeMap exceptionType, LLRPRuntimeException e, java.lang.String adaptorName, java.lang.String readerName)
           
 void ResourceCenter.postExceptionToGUI(LLRPExceptionHandlerTypeMap aExceptionType, java.lang.String aAdapter, java.lang.String aReader)
           
 



Copyright © 2009. All Rights Reserved.