Package org.apache.batchee.cli.command
Class Restart
- java.lang.Object
-
- org.apache.batchee.cli.command.JobOperatorCommand
-
- org.apache.batchee.cli.command.SocketConfigurableCommand
-
- org.apache.batchee.cli.command.StartableCommand
-
- org.apache.batchee.cli.command.Restart
-
- All Implemented Interfaces:
Runnable
public class Restart extends StartableCommand
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.cli.command.StartableCommand
errorExitCode, failureExitCode, properties
-
Fields inherited from class org.apache.batchee.cli.command.SocketConfigurableCommand
adminSocket, wait
-
Fields inherited from class org.apache.batchee.cli.command.JobOperatorCommand
baseUrl, operator
-
-
Constructor Summary
Constructors Constructor Description Restart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
doStart(javax.batch.operations.JobOperator operator)
-
Methods inherited from class org.apache.batchee.cli.command.StartableCommand
doRun, toProperties
-
Methods inherited from class org.apache.batchee.cli.command.JobOperatorCommand
info, operator, run
-
-
-
-
Method Detail
-
doStart
protected long doStart(javax.batch.operations.JobOperator operator)
- Specified by:
doStart
in classStartableCommand
-
-