Uses of Class
com.ibm.jbatch.jsl.model.ExceptionClassFilter

Packages that use ExceptionClassFilter
com.ibm.jbatch.jsl.model   
 

Uses of ExceptionClassFilter in com.ibm.jbatch.jsl.model
 

Fields in com.ibm.jbatch.jsl.model declared as ExceptionClassFilter
protected  ExceptionClassFilter Chunk.noRollbackExceptionClasses
           
protected  ExceptionClassFilter Chunk.retryableExceptionClasses
           
protected  ExceptionClassFilter Chunk.skippableExceptionClasses
           
 

Methods in com.ibm.jbatch.jsl.model that return ExceptionClassFilter
 ExceptionClassFilter ObjectFactory.createExceptionClassFilter()
          Create an instance of ExceptionClassFilter
 ExceptionClassFilter Chunk.getNoRollbackExceptionClasses()
          Gets the value of the noRollbackExceptionClasses property.
 ExceptionClassFilter Chunk.getRetryableExceptionClasses()
          Gets the value of the retryableExceptionClasses property.
 ExceptionClassFilter Chunk.getSkippableExceptionClasses()
          Gets the value of the skippableExceptionClasses property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type ExceptionClassFilter
 void Chunk.setNoRollbackExceptionClasses(ExceptionClassFilter value)
          Sets the value of the noRollbackExceptionClasses property.
 void Chunk.setRetryableExceptionClasses(ExceptionClassFilter value)
          Sets the value of the retryableExceptionClasses property.
 void Chunk.setSkippableExceptionClasses(ExceptionClassFilter value)
          Sets the value of the skippableExceptionClasses property.
 



Copyright © 2013. All Rights Reserved.