org.apache.qpid.proton.engine
Interface TransportResult


public interface TransportResult


Nested Class Summary
static class TransportResult.Status
           
 
Method Summary
 void checkIsOk()
           
 String getErrorDescription()
           
 Exception getException()
           
 TransportResult.Status getStatus()
           
 boolean isOk()
           
 

Method Detail

getStatus

TransportResult.Status getStatus()

getErrorDescription

String getErrorDescription()

getException

Exception getException()

checkIsOk

void checkIsOk()
Throws:
TransportException - if the result's state is not ok.

isOk

boolean isOk()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.