Class MyPersistentRestartUserData
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.reusable.MyPersistentRestartUserData
-
- All Implemented Interfaces:
Externalizable
,Serializable
public class MyPersistentRestartUserData extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MyPersistentRestartUserData()
MyPersistentRestartUserData(int execution, String nextWritePts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExecutionNumber()
String
getNextWritePoints()
void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
MyPersistentRestartUserData
public MyPersistentRestartUserData()
-
MyPersistentRestartUserData
public MyPersistentRestartUserData(int execution, String nextWritePts)
-
-
Method Detail
-
getExecutionNumber
public int getExecutionNumber()
-
getNextWritePoints
public String getNextWritePoints()
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
-