Package | Description |
---|---|
org.springframework.batch.core.launch |
Interfaces and simple implementations of launch concerns.
|
org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
JobOperator.getExecutions(long instanceId)
List the
JobExecutions associated with a particular
JobInstance , in reverse order of creation (and therefore usually
of execution). |
Modifier and Type | Method and Description |
---|---|
List<Long> |
SimpleJobOperator.getExecutions(long instanceId) |
Copyright © 2013 SpringSource. All rights reserved.