com.ibm.jbatch.container.status
Class StepStatusKey

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

public class StepStatusKey
extends Object


Constructor Summary
StepStatusKey(long jobInstanceId, String stepId)
           
 
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

StepStatusKey

public StepStatusKey(long jobInstanceId,
                     String stepId)
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.