com.ibm.jbatch.tck.artifacts.reusable
Class StopOnBullitenBoardTestData

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.reusable.StopOnBullitenBoardTestData
All Implemented Interfaces:
Externalizable, Serializable

public class StopOnBullitenBoardTestData
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
StopOnBullitenBoardTestData()
           
StopOnBullitenBoardTestData(boolean runIndef, boolean throwOn3)
           
 
Method Summary
 boolean getRunInDef()
           
 boolean getThrowOn3()
           
 void readExternal(ObjectInput in)
           
 void setRunInDef(boolean runIndef)
           
 void setThrowOn3(boolean throwOn3)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopOnBullitenBoardTestData

public StopOnBullitenBoardTestData()

StopOnBullitenBoardTestData

public StopOnBullitenBoardTestData(boolean runIndef,
                                   boolean throwOn3)
Method Detail

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

getRunInDef

public boolean getRunInDef()

getThrowOn3

public boolean getThrowOn3()

setRunInDef

public void setRunInDef(boolean runIndef)

setThrowOn3

public void setThrowOn3(boolean throwOn3)


Copyright © 2013. All Rights Reserved.