com.ibm.jbatch.container.util
Class PartitionDataWrapper

java.lang.Object
  extended by com.ibm.jbatch.container.util.PartitionDataWrapper

public class PartitionDataWrapper
extends Object


Nested Class Summary
static class PartitionDataWrapper.PartitionEventType
           
 
Constructor Summary
PartitionDataWrapper()
           
 
Method Summary
 BatchStatus getBatchstatus()
           
 Serializable getCollectorData()
           
 PartitionDataWrapper.PartitionEventType getEventType()
           
 String getExitStatus()
           
 void setBatchStatus(BatchStatus batchStatus)
           
 void setCollectorData(Serializable collectorData)
           
 void setEventType(PartitionDataWrapper.PartitionEventType eventType)
           
 void setExitStatus(String exitStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionDataWrapper

public PartitionDataWrapper()
Method Detail

getBatchstatus

public BatchStatus getBatchstatus()

setBatchStatus

public void setBatchStatus(BatchStatus batchStatus)

getExitStatus

public String getExitStatus()

setExitStatus

public void setExitStatus(String exitStatus)

getCollectorData

public Serializable getCollectorData()

setCollectorData

public void setCollectorData(Serializable collectorData)

getEventType

public PartitionDataWrapper.PartitionEventType getEventType()

setEventType

public void setEventType(PartitionDataWrapper.PartitionEventType eventType)


Copyright © 2013. All Rights Reserved.