Uses of Interface
org.addsimplicity.anicetus.io.ExceptionHandler

Packages that use ExceptionHandler
org.addsimplicity.anicetus.io   
org.addsimplicity.anicetus.io.jms   
 

Uses of ExceptionHandler in org.addsimplicity.anicetus.io
 

Classes in org.addsimplicity.anicetus.io that implement ExceptionHandler
 class SystemErrorExceptionHandler
          The default exception handler.
 

Methods in org.addsimplicity.anicetus.io that return ExceptionHandler
 ExceptionHandler FileDeliveryAdapter.getExceptionHandler()
          Get the current exception handler that is in effect.
 ExceptionHandler JsonDecoder.getExceptionHandler()
          Return the exception handler in effect for the decoder.
 ExceptionHandler JsonEncoder.getExceptionHandler()
          Return the exception handler currently in effect.
 

Methods in org.addsimplicity.anicetus.io with parameters of type ExceptionHandler
 void DeliveryAdapter.setExceptionHandler(ExceptionHandler handler)
          Set the exception handler that will be called if the sendTelemetry method fails for any reason.
 void FileDeliveryAdapter.setExceptionHandler(ExceptionHandler handler)
          Set the exception handler that will receive exceptions that occur.
 void JsonDecoder.setExceptionHandler(ExceptionHandler exceptionHandler)
          Set the exception handler that will receive any exception that occurs during decoding.
 void JsonEncoder.setExceptionHandler(ExceptionHandler exceptionHandler)
          Set the exception handler that will receive exceptions encountered during encoding.
 

Uses of ExceptionHandler in org.addsimplicity.anicetus.io.jms
 

Methods in org.addsimplicity.anicetus.io.jms with parameters of type ExceptionHandler
 void JMSDeliveryAdapter.setExceptionHandler(ExceptionHandler handler)
          The exception handler that will be invoked if a delivery error occurs.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.