Class StepExecutionInfo
java.lang.Object
de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
de.qytera.qtaf.core.guice.invokation.StepExecutionInfo
Information object that contains Step execution information.
-
Field Summary
Fields inherited from class de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet step.getError()Get error.org.aopalliance.intercept.MethodInvocationGet methodInvocation.Get result.Get stackTraceElements.Get thread.setAnnotation(Step step) Set step.Set error.voidsetLogMessage(StepInformationLogMessage logMessage) setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocation.Set result.setStackTraceElements(StackTraceElement[] stackTraceElements) Set stackTraceElements.Set thread.Methods inherited from class de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
getId, setId
-
Constructor Details
-
StepExecutionInfo
public StepExecutionInfo()
-
-
Method Details
-
getAnnotation
Get step.- Returns:
- step
-
setAnnotation
Set step.- Parameters:
step- Step- Returns:
- this
-
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation()Get methodInvocation.- Overrides:
getMethodInvocationin classAbstractStepExecutionInfo- Returns:
- methodInvocation
-
setMethodInvocation
public StepExecutionInfo setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocation.- Overrides:
setMethodInvocationin classAbstractStepExecutionInfo- Parameters:
methodInvocation- MethodInvocation- Returns:
- this
-
getResult
Get result.- Overrides:
getResultin classAbstractStepExecutionInfo- Returns:
- result
-
setResult
Set result.- Overrides:
setResultin classAbstractStepExecutionInfo- Parameters:
result- Result- Returns:
- this
-
getError
Get error.- Overrides:
getErrorin classAbstractStepExecutionInfo- Returns:
- error
-
setError
Set error.- Overrides:
setErrorin classAbstractStepExecutionInfo- Parameters:
error- Error- Returns:
- this
-
getThread
Get thread.- Overrides:
getThreadin classAbstractStepExecutionInfo- Returns:
- thread
-
setThread
Set thread.- Overrides:
setThreadin classAbstractStepExecutionInfo- Parameters:
thread- Thread- Returns:
- this
-
getStackTraceElements
Get stackTraceElements.- Overrides:
getStackTraceElementsin classAbstractStepExecutionInfo- Returns:
- stackTraceElements
-
setStackTraceElements
Set stackTraceElements.- Overrides:
setStackTraceElementsin classAbstractStepExecutionInfo- Parameters:
stackTraceElements- StackTraceElements- Returns:
- this
-
getLogMessage
-
setLogMessage
-