Uses of Class
org.gcube.data.streams.handlers.FaultResponse

Packages that use FaultResponse
org.gcube.data.streams.handlers   
 

Uses of FaultResponse in org.gcube.data.streams.handlers
 

Methods in org.gcube.data.streams.handlers that return FaultResponse
 FaultResponse StopUnrecoverableHandler.handle(RuntimeException failure)
           
 FaultResponse StopFastHandler.handle(RuntimeException failure)
           
 FaultResponse IgnoreHandler.handle(RuntimeException failure)
           
 FaultResponse RethrowUnrecoverableHandler.handle(RuntimeException failure)
           
 FaultResponse CountingHandler.handle(RuntimeException failure)
           
 FaultResponse RethrowHandler.handle(RuntimeException failure)
           
 FaultResponse FaultHandler.handle(RuntimeException failure)
          Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure.
protected abstract  FaultResponse CountingHandler.handle(RuntimeException failure, Exception lastFailure, int failureCount)
          Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure.
static FaultResponse FaultResponse.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FaultResponse[] FaultResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.