Uses of Class
org.apache.qpid.proton.amqp.transport.ErrorCondition
-
-
Uses of ErrorCondition in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return ErrorCondition Modifier and Type Method Description ErrorConditionRejected. getError()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type ErrorCondition Modifier and Type Method Description voidRejected. setError(ErrorCondition error) -
Uses of ErrorCondition in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return ErrorCondition Modifier and Type Method Description ErrorConditionClose. getError()ErrorConditionDetach. getError()ErrorConditionEnd. getError()Methods in org.apache.qpid.proton.amqp.transport with parameters of type ErrorCondition Modifier and Type Method Description voidErrorCondition. copyFrom(ErrorCondition condition)voidClose. setError(ErrorCondition error)voidDetach. setError(ErrorCondition error)voidEnd. setError(ErrorCondition error) -
Uses of ErrorCondition in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return ErrorCondition Modifier and Type Method Description ErrorConditionErrorConditionType. newInstance(java.lang.Object described)Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type ErrorCondition Modifier and Type Method Description java.lang.Class<ErrorCondition>ErrorConditionType. getTypeClass()Methods in org.apache.qpid.proton.codec.transport with parameters of type ErrorCondition Modifier and Type Method Description protected java.util.ListErrorConditionType. wrap(ErrorCondition val)Constructors in org.apache.qpid.proton.codec.transport with parameters of type ErrorCondition Constructor Description ErrorConditionWrapper(ErrorCondition errorCondition) -
Uses of ErrorCondition in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return ErrorCondition Modifier and Type Method Description ErrorConditionEndpoint. getCondition()ErrorConditionTransport. getCondition()ErrorConditionEndpoint. getRemoteCondition()Methods in org.apache.qpid.proton.engine with parameters of type ErrorCondition Modifier and Type Method Description voidEndpoint. 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 ErrorCondition Modifier and Type Method Description ErrorConditionEndpointImpl. getCondition()ErrorConditionTransportImpl. getCondition()ErrorConditionEndpointImpl. getRemoteCondition()Methods in org.apache.qpid.proton.engine.impl with parameters of type ErrorCondition Modifier and Type Method Description voidEndpointImpl. setCondition(ErrorCondition condition)voidTransportImpl. setCondition(ErrorCondition error)
-