com.ibm.batch.container.jobinstance
Class JobInstanceImpl

java.lang.Object
  extended by com.ibm.batch.container.jobinstance.JobInstanceImpl
All Implemented Interfaces:
Serializable, JobInstance

public class JobInstanceImpl
extends Object
implements JobInstance, Serializable

See Also:
Serialized Form

Constructor Summary
JobInstanceImpl(String jobXML, Properties jobParameters, long instanceId)
           
 
Method Summary
 long getInstanceId()
           
 String getJobName()
           
 String getJobXML()
           
 Properties getOriginalJobParams()
           
 void setJobName(String jobName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobInstanceImpl

public JobInstanceImpl(String jobXML,
                       Properties jobParameters,
                       long instanceId)
Method Detail

getInstanceId

public long getInstanceId()
Specified by:
getInstanceId in interface JobInstance

setJobName

public void setJobName(String jobName)

getJobName

public String getJobName()
Specified by:
getJobName in interface JobInstance

getJobXML

public String getJobXML()

getOriginalJobParams

public Properties getOriginalJobParams()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.