JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jakarta.batch
Package
jakarta.batch.runtime
Interface JobInstance
public interface
JobInstance
Provides a view of a job instance to the JobOperator.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getInstanceId
()
Get unique id for this JobInstance.
String
getJobName
()
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 <job>