Package jakarta.batch.runtime
Interface JobInstance
- 
public interface JobInstanceProvides a view of a job instance to the JobOperator. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetInstanceId()Get unique id for this JobInstance.StringgetJobName()Get job name. 
 - 
 
- 
- 
Method Detail
- 
getInstanceId
long getInstanceId()
Get unique id for this JobInstance.- Returns:
 - instance id
 
 
- 
getJobName
String getJobName()
Get job name.- Returns:
 - value of 'id' attribute from <job>
 
 
 - 
 
 -