Uses of Class
org.apache.qpid.protonj2.types.transport.ErrorCondition
Packages that use ErrorCondition
Package
Description
-
Uses of ErrorCondition in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return ErrorConditionModifier and TypeMethodDescriptionErrorConditionTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) ErrorConditionTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) ErrorConditionTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ErrorConditionTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type ErrorCondition -
Uses of ErrorCondition in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type ErrorConditionMethods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type ErrorConditionModifier and TypeMethodDescriptionintErrorConditionTypeEncoder.getElementCount(ErrorCondition error) byteErrorConditionTypeEncoder.getListEncoding(ErrorCondition value) voidErrorConditionTypeEncoder.writeElement(ErrorCondition error, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of ErrorCondition in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return ErrorConditionModifier and TypeMethodDescriptionEndpoint.getCondition()Transaction.getCondition()If the declare or discharge of the transaction caused its state to becomeTransactionStateFAILED this method returns theErrorConditionthat the remote used to describe the reason for the failure.Endpoint.getRemoteCondition()If the remote has closed thisEndpointand provided anErrorConditionas part of the closing AMQP performative then this method will return it.Methods in org.apache.qpid.protonj2.engine with parameters of type ErrorConditionModifier and TypeMethodDescriptionTransactionManager.declareFailed(Transaction<TransactionManager> transaction, ErrorCondition condition) Respond to a previousDeclarerequest from the remoteTransactionControllerindicating that the requested transaction declaration has failed and is not active.TransactionManager.dischargeFailed(Transaction<TransactionManager> transaction, ErrorCondition condition) Respond to a previousDischargerequest from the remoteTransactionControllerindicating that the discharge resulted in an error and the transaction must be considered rolled back.Endpoint.setCondition(ErrorCondition condition) Sets the localErrorConditionto be applied to aEndpointclose. -
Uses of ErrorCondition in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return ErrorConditionModifier and TypeMethodDescriptionProtonEndpoint.getCondition()ProtonTransaction.getCondition()ProtonTransactionController.getCondition()ProtonTransactionManager.getCondition()ProtonEndpoint.getRemoteCondition()ProtonTransactionController.getRemoteCondition()ProtonTransactionManager.getRemoteCondition()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type ErrorConditionModifier and TypeMethodDescriptionProtonTransactionManager.declareFailed(Transaction<TransactionManager> transaction, ErrorCondition condition) ProtonTransactionManager.dischargeFailed(Transaction<TransactionManager> transaction, ErrorCondition condition) ProtonEndpoint.setCondition(ErrorCondition condition) ProtonTransactionController.setCondition(ErrorCondition condition) ProtonTransactionManager.setCondition(ErrorCondition condition) -
Uses of ErrorCondition in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return ErrorConditionMethods in org.apache.qpid.protonj2.types.messaging with parameters of type ErrorConditionConstructors in org.apache.qpid.protonj2.types.messaging with parameters of type ErrorCondition -
Uses of ErrorCondition in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return ErrorConditionModifier and TypeMethodDescriptionErrorCondition.copy()Close.getError()Detach.getError()End.getError()Methods in org.apache.qpid.protonj2.types.transport with parameters of type ErrorConditionModifier and TypeMethodDescriptionClose.setError(ErrorCondition error) Sets the error that should be conveyed with the AMQPClose.Detach.setError(ErrorCondition error) End.setError(ErrorCondition error)