Package org.apache.qpid.proton.engine
Interface TransportResult
-
public interface TransportResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TransportResult.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkIsOk()
java.lang.String
getErrorDescription()
java.lang.Exception
getException()
TransportResult.Status
getStatus()
boolean
isOk()
-
-
-
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()
-
-