Uses of Class
org.apache.qpid.proton.amqp.transport.ErrorCondition

Packages that use ErrorCondition
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.transport   
 

Uses of ErrorCondition in org.apache.qpid.proton.amqp.messaging
 

Methods in org.apache.qpid.proton.amqp.messaging that return ErrorCondition
 ErrorCondition Rejected.getError()
           
 

Methods in org.apache.qpid.proton.amqp.messaging with parameters of type ErrorCondition
 void Rejected.setError(ErrorCondition error)
           
 

Uses of ErrorCondition in org.apache.qpid.proton.amqp.transport
 

Methods in org.apache.qpid.proton.amqp.transport that return ErrorCondition
 ErrorCondition Detach.getError()
           
 ErrorCondition End.getError()
           
 ErrorCondition Close.getError()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type ErrorCondition
 void Detach.setError(ErrorCondition error)
           
 void End.setError(ErrorCondition error)
           
 void Close.setError(ErrorCondition error)
           
 



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