public class NonSuckSynchronizeRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCESS_HAS_ERROR |
static int |
PROCESS_IS_ALREADY_RUNNING |
static int |
PROCESS_IS_OK_TO_RUN |
static int |
PROCESS_NAME_IS_EMPTY |
static int |
PROCESS_SHOULD_NOT_RUN |
| Constructor and Description |
|---|
NonSuckSynchronizeRequest(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
flush(String nameStartWith)
Use in Risk
|
static void |
flushAll()
Use in Risk
|
int |
getErrorCode() |
String |
getName() |
int |
getProcessStatus() |
boolean |
hasError() |
void |
release() |
public static final int PROCESS_IS_OK_TO_RUN
public static final int PROCESS_IS_ALREADY_RUNNING
public static final int PROCESS_HAS_ERROR
public static final int PROCESS_SHOULD_NOT_RUN
public static final int PROCESS_NAME_IS_EMPTY
public NonSuckSynchronizeRequest(String name)
public String getName()
public boolean hasError()
public int getErrorCode()
public int getProcessStatus()
public void release()
public static void flushAll()
public static void flush(String nameStartWith)
Copyright © 2020. All rights reserved.