public final class Chunk extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
RefArtifact |
getCheckpointAlgorithm() |
String |
getCheckpointPolicy() |
String |
getItemCount() |
int |
getItemCountInt() |
ExceptionClassFilter |
getNoRollbackExceptionClasses() |
RefArtifact |
getProcessor() |
RefArtifact |
getReader() |
ExceptionClassFilter |
getRetryableExceptionClasses() |
String |
getRetryLimit() |
int |
getRetryLimitInt() |
String |
getSkipLimit() |
int |
getSkipLimitInt() |
ExceptionClassFilter |
getSkippableExceptionClasses() |
String |
getTimeLimit() |
int |
getTimeLimitInt() |
RefArtifact |
getWriter() |
public RefArtifact getReader()
public RefArtifact getProcessor()
public RefArtifact getWriter()
public RefArtifact getCheckpointAlgorithm()
public ExceptionClassFilter getSkippableExceptionClasses()
public ExceptionClassFilter getRetryableExceptionClasses()
public ExceptionClassFilter getNoRollbackExceptionClasses()
public String getCheckpointPolicy()
public String getItemCount()
public int getItemCountInt()
public String getTimeLimit()
public int getTimeLimitInt()
public String getSkipLimit()
public int getSkipLimitInt()
public String getRetryLimit()
public int getRetryLimitInt()
Copyright © 2014 JBoss by Red Hat. All rights reserved.