A B C E G I J M O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterProcess(T, S) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- afterRead(T) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- afterWrite(List<? extends S>) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
B
- beforeProcess(T) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- beforeRead() - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- beforeWrite(List<? extends S>) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
C
- ChunkLoggingListener<T,S> - Class in com.devonfw.module.batch.common.impl
-
Spring Batch listener that logs exceptions together with the item(s) being processed at the time the exceptions occurred.
- ChunkLoggingListener() - Constructor for class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- com.devonfw.module.batch.common.base - package com.devonfw.module.batch.common.base
- com.devonfw.module.batch.common.impl - package com.devonfw.module.batch.common.impl
E
- execute(SpringBootBatchCommandLine.Operation, String, String, List<String>) - Method in class com.devonfw.module.batch.common.base.SpringBootBatchCommandLine
-
Deprecated.Initialize the application context and execute the operation.
G
- getReturnCode(JobExecution) - Method in class com.devonfw.module.batch.common.base.SpringBootBatchCommandLine
-
Deprecated.
I
- itemToString(Object) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
J
- JobLauncherWithAdditionalRestartCapabilities - Class in com.devonfw.module.batch.common.impl
-
Deprecated.Using springs
RunIdIncrementer
is sufficient for most use cases. - JobLauncherWithAdditionalRestartCapabilities() - Constructor for class com.devonfw.module.batch.common.impl.JobLauncherWithAdditionalRestartCapabilities
-
Deprecated.
M
- main(String[]) - Static method in class com.devonfw.module.batch.common.base.SpringBootBatchCommandLine
-
Deprecated.
O
- onProcessError(T, Exception) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- onReadError(Exception) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- onSkipInProcess(T, Throwable) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- onSkipInRead(Throwable) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- onSkipInWrite(S, Throwable) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
- onWriteError(Exception, List<? extends S>) - Method in class com.devonfw.module.batch.common.impl.ChunkLoggingListener
R
- run(Job, JobParameters) - Method in class com.devonfw.module.batch.common.impl.JobLauncherWithAdditionalRestartCapabilities
-
Deprecated.
S
- setJobRepository(JobRepository) - Method in class com.devonfw.module.batch.common.impl.JobLauncherWithAdditionalRestartCapabilities
-
Deprecated.
- SpringBootBatchCommandLine - Class in com.devonfw.module.batch.common.base
-
Deprecated.Since spring batch and spring boot are nicely integrated it is possible to start batches without any custom launcher. This is documented in the current devonfw batch documentation. This launcher is no longer required and will be removed in one of the next releases.
- SpringBootBatchCommandLine() - Constructor for class com.devonfw.module.batch.common.base.SpringBootBatchCommandLine
-
Deprecated.
- SpringBootBatchCommandLine.Operation - Enum in com.devonfw.module.batch.common.base
-
Deprecated.Available operations
- START - com.devonfw.module.batch.common.base.SpringBootBatchCommandLine.Operation
-
Deprecated.Start the batch.
- STOP - com.devonfw.module.batch.common.base.SpringBootBatchCommandLine.Operation
-
Deprecated.Stop the batch.
V
- valueOf(String) - Static method in enum com.devonfw.module.batch.common.base.SpringBootBatchCommandLine.Operation
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.devonfw.module.batch.common.base.SpringBootBatchCommandLine.Operation
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages