|
|
@ -211,63 +211,18 @@ public class Executor implements Runnable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* get executor status |
|
|
|
* @return executor status |
|
|
|
*/ |
|
|
|
// get working status |
|
|
|
public String getWorkingStatus() { |
|
|
|
return this.workingStatus; |
|
|
|
} |
|
|
|
|
|
|
|
// get status |
|
|
|
public Integer getStatus() { |
|
|
|
return this.status; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* get device instance |
|
|
|
* @return device instance |
|
|
|
*/ |
|
|
|
// get device instance |
|
|
|
public Device getDevice() { |
|
|
|
return this.device; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |