com.ibm.jbatch.tck.artifacts.common
Class AbstractPartitionPlan

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.common.AbstractPartitionPlan
All Implemented Interfaces:
Externalizable, Serializable, PartitionPlan
Direct Known Subclasses:
MyPartitionPlan

public abstract class AbstractPartitionPlan
extends Object
implements PartitionPlan

See Also:
Serialized Form

Constructor Summary
AbstractPartitionPlan()
           
 
Method Summary
 int getPartitionCount()
           
 Properties[] getPartitionProperties()
           
 int getThreadCount()
           
 void readExternal(ObjectInput in)
           
 void setPartitionCount(int partitionCount)
           
 void setPartitionProperties(Properties[] partitionProperties)
           
 void setThreadCount(int threadCount)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPartitionPlan

public AbstractPartitionPlan()
Method Detail

getPartitionCount

public int getPartitionCount()
Specified by:
getPartitionCount in interface PartitionPlan

setPartitionCount

public void setPartitionCount(int partitionCount)
Specified by:
setPartitionCount in interface PartitionPlan

getThreadCount

public int getThreadCount()
Specified by:
getThreadCount in interface PartitionPlan

setThreadCount

public void setThreadCount(int threadCount)
Specified by:
setThreadCount in interface PartitionPlan

getPartitionProperties

public Properties[] getPartitionProperties()
Specified by:
getPartitionProperties in interface PartitionPlan

setPartitionProperties

public void setPartitionProperties(Properties[] partitionProperties)
Specified by:
setPartitionProperties in interface PartitionPlan

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 2013. All Rights Reserved.