Package javax.batch.runtime
Interface JobInstance
public interface JobInstance
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get unique id for this JobInstance.Get job name.
-
Method Details
-
getInstanceId
long getInstanceId()Get unique id for this JobInstance.- Returns:
- instance id
-
getJobName
String getJobName()Get job name.- Returns:
- value of 'id' attribute from
-