Uses of Class
org.apache.qpid.proton.amqp.transport.ErrorCondition
Packages that use ErrorCondition
Package
Description
-
Uses of ErrorCondition in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return ErrorConditionMethods in org.apache.qpid.proton.amqp.messaging with parameters of type ErrorCondition -
Uses of ErrorCondition in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return ErrorConditionMethods in org.apache.qpid.proton.amqp.transport with parameters of type ErrorConditionModifier and TypeMethodDescriptionvoid
ErrorCondition.copyFrom
(ErrorCondition condition) void
Close.setError
(ErrorCondition error) void
Detach.setError
(ErrorCondition error) void
End.setError
(ErrorCondition error) -
Uses of ErrorCondition in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return ErrorConditionMethods in org.apache.qpid.proton.codec.transport that return types with arguments of type ErrorConditionMethods in org.apache.qpid.proton.codec.transport with parameters of type ErrorConditionConstructors in org.apache.qpid.proton.codec.transport with parameters of type ErrorCondition -
Uses of ErrorCondition in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return ErrorConditionModifier and TypeMethodDescriptionEndpoint.getCondition()
Transport.getCondition()
Endpoint.getRemoteCondition()
Methods in org.apache.qpid.proton.engine with parameters of type ErrorConditionModifier and TypeMethodDescriptionvoid
Endpoint.setCondition
(ErrorCondition condition) Set the local error condition -
Uses of ErrorCondition in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return ErrorConditionModifier and TypeMethodDescriptionEndpointImpl.getCondition()
TransportImpl.getCondition()
EndpointImpl.getRemoteCondition()
Methods in org.apache.qpid.proton.engine.impl with parameters of type ErrorConditionModifier and TypeMethodDescriptionvoid
EndpointImpl.setCondition
(ErrorCondition condition) void
TransportImpl.setCondition
(ErrorCondition error)