Package com.ibm.jbatch.tck.tests.jslxml
Class JobAttributeRestartTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.JobAttributeRestartTests
-
public class JobAttributeRestartTests extends Object
-
-
Constructor Summary
Constructors Constructor Description JobAttributeRestartTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterTest()
void
beforeTest()
void
cleanup()
void
setup(String[] args, Properties props)
void
testJobAttributeRestartableTrue()
-
-
-
Method Detail
-
testJobAttributeRestartableTrue
public void testJobAttributeRestartableTrue() throws Exception
- Throws:
jakarta.batch.operations.JobStartException
FileNotFoundException
IOException
InterruptedException
jakarta.batch.operations.JobRestartException
jakarta.batch.operations.NoSuchJobException
jakarta.batch.operations.NoSuchJobExecutionException
JobInstanceAlreadyCompleteException
Exception
-
setup
public void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
cleanup
public void cleanup()
-
beforeTest
public void beforeTest() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
afterTest
public void afterTest()
-
-