javax.batch.runtime
Interface JobInstance


public interface JobInstance


Method Summary
 long getInstanceId()
          Get unique id for this JobInstance.
 String getJobName()
          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


© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0