com.ibm.jbatch.container.status
Class JobStatusKey

java.lang.Object
  extended by com.ibm.jbatch.container.status.JobStatusKey

public class JobStatusKey
extends Object


Constructor Summary
JobStatusKey(long jobInstanceId)
           
 
Method Summary
 long getDatabaseKey()
          Note this is the only getter method, to enforce consistency in getting the instance ID as key.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobStatusKey

public JobStatusKey(long jobInstanceId)
Method Detail

getDatabaseKey

public long getDatabaseKey()
Note this is the only getter method, to enforce consistency in getting the instance ID as key.

Returns:
jobInstanceId

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.