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   
org.apache.qpid.proton.engine   
 

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 ErrorCondition.copyFrom(ErrorCondition condition)
           
 void Detach.setError(ErrorCondition error)
           
 void End.setError(ErrorCondition error)
           
 void Close.setError(ErrorCondition error)
           
 

Uses of ErrorCondition in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return ErrorCondition
 ErrorCondition Endpoint.getCondition()
           
 ErrorCondition Endpoint.getRemoteCondition()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type ErrorCondition
 void Endpoint.setCondition(ErrorCondition condition)
          Set the local error condition
 



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