public static final java.lang.String RESTART_MERGE_CMD
RESTART_MERGE_CMD_ID
public static final int RESTART_MERGE_CMD_ID
Constructor Detail
RestartMergeCommand
public RestartMergeCommand()
Constructor.
Method Detail
doit
public int doit()
throws java.lang.Exception
Executes the actions associated with a specific command.
When a command executes successfully, implementations should
return OK, otherwise, return CANCEL or any other non-zero value.