com.ibm.batch.container.context.impl
Class SplitContextImpl<T>

java.lang.Object
  extended by com.ibm.batch.container.context.impl.SplitContextImpl<T>
All Implemented Interfaces:
BatchContext<T>, SplitContext<T>

public class SplitContextImpl<T>
extends Object
implements SplitContext<T>


Constructor Summary
SplitContextImpl(String splitId)
           
 
Method Summary
 List getBatchContexts()
           
 String getBatchStatus()
           
 String getExitStatus()
           
 String getId()
           
 String getSplitId()
           
 T getTransientUserData()
           
 void setBatchStatus(String batchStatus)
           
 void setExitStatus(String status)
           
 void setTransientUserData(Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitContextImpl

public SplitContextImpl(String splitId)
Method Detail

getBatchStatus

public String getBatchStatus()
Specified by:
getBatchStatus in interface BatchContext<T>

setBatchStatus

public void setBatchStatus(String batchStatus)

getExitStatus

public String getExitStatus()
Specified by:
getExitStatus in interface BatchContext<T>

getId

public String getId()
Specified by:
getId in interface BatchContext<T>

setExitStatus

public void setExitStatus(String status)
Specified by:
setExitStatus in interface BatchContext<T>

getBatchContexts

public List getBatchContexts()
Specified by:
getBatchContexts in interface BatchContext<T>

getTransientUserData

public T getTransientUserData()
Specified by:
getTransientUserData in interface BatchContext<T>

setTransientUserData

public void setTransientUserData(Object data)
Specified by:
setTransientUserData in interface BatchContext<T>

getSplitId

public String getSplitId()


Copyright © 2013. All Rights Reserved.