com.ibm.batch.container.status
Class JobStatusKey

java.lang.Object
  extended by com.ibm.batch.container.status.JobStatusKey
All Implemented Interfaces:
IPersistenceDataKey

public class JobStatusKey
extends Object
implements IPersistenceDataKey


Constructor Summary
JobStatusKey(long jobInstanceId)
           
 
Method Summary
 long getJobInstanceId()
           
 Long getKeyPrimitive()
          Returns an object which could be used as a DB key.
 void setJobInstanceId(long jobInstanceId)
           
 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

getJobInstanceId

public long getJobInstanceId()

setJobInstanceId

public void setJobInstanceId(long jobInstanceId)

getKeyPrimitive

public Long getKeyPrimitive()
Description copied from interface: IPersistenceDataKey
Returns an object which could be used as a DB key.

Specified by:
getKeyPrimitive in interface IPersistenceDataKey
Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.