com.ibm.jbatch.tck.artifacts.reusable
Class StopOnBullitenBoardTestData
java.lang.Object
com.ibm.jbatch.tck.artifacts.reusable.StopOnBullitenBoardTestData
- All Implemented Interfaces:
- Externalizable, Serializable
public class StopOnBullitenBoardTestData
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopOnBullitenBoardTestData
public StopOnBullitenBoardTestData()
StopOnBullitenBoardTestData
public StopOnBullitenBoardTestData(boolean runIndef,
boolean throwOn3)
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.