public final class OperationRunImpl extends AbstractOperationRun
NOT_YET_RUN, UNKNOWN
Constructor and Description |
---|
OperationRunImpl(long runtime)
Creates an operation which represents the results of successfully running
an operation
|
OperationRunImpl(long runtime,
long resultCount)
Creates an operation run which represents the results of successfully
running an operation
|
OperationRunImpl(long runtime,
long responseTime,
long resultCount)
Creates an operation run which represents the results of successfully
running an operation
|
OperationRunImpl(String error,
int category,
long runtime)
Creates a operation run which represents that the failed running of an
operation
|
compareTo, getErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessful
public OperationRunImpl(long runtime)
runtime
- Runtimepublic OperationRunImpl(String error, int category, long runtime)
error
- Error Messagecategory
- Error categoryruntime
- Runtime, this is the amount of time elapsed until the error
was reachedpublic OperationRunImpl(long runtime, long resultCount)
runtime
- RuntimeresultCount
- Result Countpublic OperationRunImpl(long runtime, long responseTime, long resultCount)
runtime
- RuntimeresponseTime
- Response TimeresultCount
- Result CountCopyright © 2015. All rights reserved.