javax.batch.runtime
Interface JobInstance


public interface JobInstance


Method Summary
 long getInstanceId()
          Get instance id for this job instance
 String getJobName()
          Get job name
 

Method Detail

getJobName

String getJobName()
Get job name

Returns:
value of 'id' attribute from

getInstanceId

long getInstanceId()
Get instance id for this job instance

Returns:
instance id


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