Uses of Class
com.rhi.architecture.parc.ExceptionHandler

Packages that use ExceptionHandler
com.rhi.architecture.parc   
com.rhi.architecture.parc.adapter   
com.rhi.architecture.parc.filter   
 

Uses of ExceptionHandler in com.rhi.architecture.parc
 

Methods in com.rhi.architecture.parc that return ExceptionHandler
 ExceptionHandler AbstractPipeline.getExceptionHandler()
          Returns the handler.
 

Methods in com.rhi.architecture.parc with parameters of type ExceptionHandler
 void AbstractPipeline.setExceptionHandler(ExceptionHandler handler)
          Return the error channel for the pipeline.
 void Filter.setExceptionHandler(ExceptionHandler h)
          Set the handler used for reporting fatal errors during Filter processing.
 void Pipeline.setExceptionHandler(ExceptionHandler handler)
          Set exception handler instance
 void OutputAdapter.setExceptionHandler(ExceptionHandler h)
          Set the handler used for reporting fatal errors during Filter processing.
 

Uses of ExceptionHandler in com.rhi.architecture.parc.adapter
 

Methods in com.rhi.architecture.parc.adapter with parameters of type ExceptionHandler
 void AbstractOutputAdapter.setExceptionHandler(ExceptionHandler h)
           
 

Constructors in com.rhi.architecture.parc.adapter with parameters of type ExceptionHandler
ValidRecordsTask(AbstractOutputAdapter aoa, int mr, ExceptionHandler eh)
          Constructor
OutputRecordsTask(AbstractOutputAdapter aoa, int mr, ExceptionHandler eh)
          Constructor
ErrorRecordsTask(AbstractOutputAdapter aoa, int mr, ExceptionHandler eh)
          Constructor
 

Uses of ExceptionHandler in com.rhi.architecture.parc.filter
 

Methods in com.rhi.architecture.parc.filter that return ExceptionHandler
 ExceptionHandler FilterSet.getExceptionHandler()
           
 ExceptionHandler AbstractFilter.getExceptionHandler()
          return exception handler
 

Methods in com.rhi.architecture.parc.filter with parameters of type ExceptionHandler
 void FilterSet.setExceptionHandler(ExceptionHandler handler)
          Set the exception handler mechanism.
 void AbstractFilter.setExceptionHandler(ExceptionHandler handler)
          Set the exception handler mechanism.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.