abstract class LinuxDeviceTask
extends java.lang.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 java.lang.Object |
execute() |
java.io.IOException |
getException() |
java.lang.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 java.io.IOException getException()
public final java.lang.Object getResult()
public final int getState()
protected abstract java.lang.Object execute() throws java.io.IOException
java.io.IOException