|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalServiceJob
Process info for a kernel service.
| Method Summary | |
|---|---|
InternalModuleServiceCall |
getInternalServiceCall()
Get currently running service call. |
void |
setBlocked(boolean blocked)
Set blocked state. |
void |
setFailureState()
Mark that thread execution lead to an exception. |
void |
setInternalServiceCall(InternalModuleServiceCall call)
Service call. |
void |
setInterruptedState()
Mark that thread execution was canceled by the user. |
void |
setSuccessState()
Mark that thread execution has normally ended. |
| Methods inherited from interface org.qedeq.kernel.bo.common.ServiceJob |
|---|
getActionName, getBlockedModules, getCurrentlyProcessedModules, getExecutionActionDescription, getExecutionPercentage, getId, getModuleServiceCall, getQedeqName, getQedeqUrl, getStart, getStop, getThread, interrupt, isBlocked, isRunning, wasFailure, wasInterrupted, wasSuccess |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setSuccessState()
void setBlocked(boolean blocked)
blocked - Blocked state.void setInterruptedState()
void setFailureState()
void setInternalServiceCall(InternalModuleServiceCall call)
call - Execute this service call.InternalModuleServiceCall getInternalServiceCall()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||