|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultState | |
org.jdiagnose | |
org.jdiagnose.remote | |
org.jdiagnose.runtime |
Uses of ResultState in org.jdiagnose |
Methods in org.jdiagnose that return ResultState | |
ResultState |
ResultInfoWrapper.getState()
|
ResultState |
ResultInfo.getState()
|
Uses of ResultState in org.jdiagnose.remote |
Methods in org.jdiagnose.remote that return ResultState | |
ResultState |
DefaultResultInfo.getState()
|
Methods in org.jdiagnose.remote with parameters of type ResultState | |
void |
DefaultResultInfo.setState(ResultState state)
|
Constructors in org.jdiagnose.remote with parameters of type ResultState | |
DefaultResultInfo(java.lang.String name,
ResultState state,
long duration,
DiagnosticMessage message,
long startTime,
long finishTime)
|
Uses of ResultState in org.jdiagnose.runtime |
Fields in org.jdiagnose.runtime declared as ResultState | |
static ResultState |
ResultState.NOT_STARTED
|
static ResultState |
ResultState.RUNNING
|
static ResultState |
ResultState.SUCCEEDED
|
static ResultState |
ResultState.FAILED
|
Methods in org.jdiagnose.runtime that return ResultState | |
static ResultState |
ResultState.getEnum(java.lang.String state)
|
ResultState |
LightWeightResult.getState()
|
ResultState |
DefaultDiagnosticResult.getState()
|
protected ResultState |
DefaultDiagnosticContainerResult.getStateFromList(java.util.List resultInfos)
|
ResultState |
DefaultDiagnosticContainerResult.getState()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |