Interface SPIProbeResultType
- All Known Subinterfaces:
SPIProbeResultType.SPIProbeFailureType,SPIProbeResultType.SPIProbeSuccessType
- All Known Implementing Classes:
SPIProbeFailure,SPIProbeSuccess
public interface SPIProbeResultType
The result of probing.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSPIProbeResultType.KindThe kind of result.static interfaceSPIProbeResultType.SPIProbeFailureTypeProbing failed.static interfaceSPIProbeResultType.SPIProbeSuccessTypeProbing succeeded. -
Method Summary
Modifier and Type Method Description SPIProbeResultType.Kindkind()
-
Method Details
-
kind
SPIProbeResultType.Kind kind()- Returns:
- The kind of result
-