Package org.apache.qpid.proton.engine
Interface TransportResult
-
public interface TransportResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransportResult.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckIsOk()java.lang.StringgetErrorDescription()java.lang.ExceptiongetException()TransportResult.StatusgetStatus()booleanisOk()
-
-
-
Method Detail
-
getStatus
TransportResult.Status getStatus()
-
getErrorDescription
java.lang.String getErrorDescription()
-
getException
java.lang.Exception getException()
-
checkIsOk
void checkIsOk()
- Throws:
TransportException- if the result's state is not ok.
-
isOk
boolean isOk()
-
-