abstract class LinuxDeviceTask extends Object
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETED |
static int |
FAILED |
static int |
INPROGRESS |
Constructor and Description |
---|
LinuxDeviceTask() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute() |
protected abstract Object |
execute() |
IOException |
getException() |
Object |
getResult() |
int |
getState() |
public static final int INPROGRESS
public static final int COMPLETED
public static final int FAILED
public final void doExecute()
public final IOException getException()
public final Object getResult()
public final int getState()
protected abstract Object execute() throws IOException
IOException