Uses of Class
org.apache.qpid.protonj2.types.transport.ErrorCondition
-
-
Uses of ErrorCondition in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return ErrorCondition Modifier and Type Method Description ErrorCondition[]ErrorConditionTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)ErrorCondition[]ErrorConditionTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)ErrorConditionErrorConditionTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)ErrorConditionErrorConditionTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type ErrorCondition Modifier and Type Method Description java.lang.Class<ErrorCondition>ErrorConditionTypeDecoder. getTypeClass() -
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 ErrorCondition Modifier and Type Method Description java.lang.Class<ErrorCondition>ErrorConditionTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type ErrorCondition Modifier and Type Method Description intErrorConditionTypeEncoder. getElementCount(ErrorCondition error)byteErrorConditionTypeEncoder. getListEncoding(ErrorCondition value)voidErrorConditionTypeEncoder. writeElement(ErrorCondition error, int index, ProtonBuffer buffer, EncoderState state) -
Uses of ErrorCondition in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return ErrorCondition Modifier and Type Method Description ErrorConditionEndpoint. getCondition()ErrorConditionTransaction. 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.ErrorConditionEndpoint. 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 ErrorCondition Modifier and Type Method Description TransactionManagerTransactionManager. declareFailed(Transaction<TransactionManager> transaction, ErrorCondition condition)Respond to a previousDeclarerequest from the remoteTransactionControllerindicating that the requested transaction declaration has failed and is not active.TransactionManagerTransactionManager. 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.EEndpoint. 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 ErrorCondition Modifier and Type Method Description ErrorConditionProtonEndpoint. getCondition()ErrorConditionProtonTransaction. getCondition()ErrorConditionProtonTransactionController. getCondition()ErrorConditionProtonTransactionManager. getCondition()ErrorConditionProtonEndpoint. getRemoteCondition()ErrorConditionProtonTransactionController. getRemoteCondition()ErrorConditionProtonTransactionManager. getRemoteCondition()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type ErrorCondition Modifier and Type Method Description TransactionManagerProtonTransactionManager. declareFailed(Transaction<TransactionManager> transaction, ErrorCondition condition)TransactionManagerProtonTransactionManager. dischargeFailed(Transaction<TransactionManager> transaction, ErrorCondition condition)EProtonEndpoint. setCondition(ErrorCondition condition)TransactionControllerProtonTransactionController. setCondition(ErrorCondition condition)TransactionManagerProtonTransactionManager. setCondition(ErrorCondition condition) -
Uses of ErrorCondition in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return ErrorCondition Modifier and Type Method Description ErrorConditionRejected. getError()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type ErrorCondition Modifier and Type Method Description RejectedRejected. setError(ErrorCondition error)Constructors in org.apache.qpid.protonj2.types.messaging with parameters of type ErrorCondition Constructor Description Rejected(ErrorCondition error) -
Uses of ErrorCondition in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return ErrorCondition Modifier and Type Method Description ErrorConditionErrorCondition. copy()ErrorConditionClose. getError()ErrorConditionDetach. getError()ErrorConditionEnd. getError()Methods in org.apache.qpid.protonj2.types.transport with parameters of type ErrorCondition Modifier and Type Method Description CloseClose. setError(ErrorCondition error)Sets the error that should be conveyed with the AMQPClose.DetachDetach. setError(ErrorCondition error)EndEnd. setError(ErrorCondition error)
-