com.ibm.jbatch.container.status
Class JobOrFlowStatus

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

public class JobOrFlowStatus
extends Object


Constructor Summary
JobOrFlowStatus(JobOrFlowBatchStatus batchStatus)
           
JobOrFlowStatus(JobOrFlowBatchStatus batchStatus, String exitStatus)
           
 
Method Summary
 JobOrFlowBatchStatus getBatchStatus()
           
 String getExitStatus()
           
 String getRestartOn()
           
 boolean isBatchStatusOnly()
           
 void setBatchStatus(JobOrFlowBatchStatus batchStatus)
           
 void setExitStatus(String exitStatus)
           
 void setRestartOn(String restartOn)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobOrFlowStatus

public JobOrFlowStatus(JobOrFlowBatchStatus batchStatus)

JobOrFlowStatus

public JobOrFlowStatus(JobOrFlowBatchStatus batchStatus,
                       String exitStatus)
Method Detail

isBatchStatusOnly

public boolean isBatchStatusOnly()

getBatchStatus

public JobOrFlowBatchStatus getBatchStatus()

setBatchStatus

public void setBatchStatus(JobOrFlowBatchStatus batchStatus)

getExitStatus

public String getExitStatus()

setExitStatus

public void setExitStatus(String exitStatus)

getRestartOn

public String getRestartOn()

setRestartOn

public void setRestartOn(String restartOn)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.