public interface CallExecution
| Modifier and Type | Method and Description |
|---|---|
void |
abortExecution()
Notifies that the execution is aborted.
|
void |
abortExecution(java.lang.String result)
Notifies that the execution is aborted.
|
void |
finishExecution()
Finishes the execution.
|
void |
finishExecution(java.lang.String result)
Finishes the execution and notifies about the execution results for call trace.
|
void |
notifyExecutionError()
Notifies that the execution encountered an error.
|
void |
pauseExecution()
Pauses the execution.
|
void |
resumeExecution()
Resumes a previously paused execution.
|
void |
startExecution()
Same as startExecution(true);
|
void |
startExecution(boolean traceCall)
Starts the execution.
|
void |
startExecution(boolean traceCall,
java.lang.String callDescription)
Starts execution, provides option to switch the tracing on and provide call description in case tracing is on.
|
void |
startExecution(java.lang.String callDescription)
Starts an execution.
|
void startExecution()
void startExecution(boolean traceCall)
traceCall - if true the call is also traced.void startExecution(java.lang.String callDescription)
callDescription - void startExecution(boolean traceCall,
java.lang.String callDescription)
traceCall - if true tracing is supported.callDescription - call description, for example method names or parameters.void finishExecution()
void finishExecution(java.lang.String result)
result - void notifyExecutionError()
void abortExecution()
void abortExecution(java.lang.String result)
void pauseExecution()
void resumeExecution()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.