Package org.apache.batchee.cli.command
Class Abandon
- java.lang.Object
-
- org.apache.batchee.cli.command.JobOperatorCommand
-
- org.apache.batchee.cli.command.SocketConfigurableCommand
-
- org.apache.batchee.cli.command.SocketCommand
-
- org.apache.batchee.cli.command.Abandon
-
- All Implemented Interfaces:
Runnable
public class Abandon extends SocketCommand
-
-
Field Summary
-
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 Abandon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
command()
protected void
defaultRun()
protected void
postCommand()
-
Methods inherited from class org.apache.batchee.cli.command.SocketCommand
doRun, sendCommand, shouldUseSocket
-
Methods inherited from class org.apache.batchee.cli.command.JobOperatorCommand
info, operator, run
-
-
-
-
Method Detail
-
postCommand
protected void postCommand()
- Specified by:
postCommand
in classSocketCommand
-
command
protected String command()
- Specified by:
command
in classSocketCommand
-
defaultRun
protected void defaultRun()
- Specified by:
defaultRun
in classSocketCommand
-
-