Uses of Class
org.apache.qpid.protonj2.types.transactions.TransactionalState
-
-
Uses of TransactionalState in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return TransactionalState Modifier and Type Method Description TransactionalState[]TransactionStateTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)TransactionalState[]TransactionStateTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)TransactionalStateTransactionStateTypeDecoder. readValue(InputStream stream, StreamDecoderState state)TransactionalStateTransactionStateTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type TransactionalState Modifier and Type Method Description Class<TransactionalState>TransactionStateTypeDecoder. getTypeClass() -
Uses of TransactionalState in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type TransactionalState Modifier and Type Method Description Class<TransactionalState>TransactionStateTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type TransactionalState Modifier and Type Method Description intTransactionStateTypeEncoder. getElementCount(TransactionalState txState)byteTransactionStateTypeEncoder. getListEncoding(TransactionalState value)voidTransactionStateTypeEncoder. writeElement(TransactionalState txState, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of TransactionalState in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return TransactionalState Modifier and Type Method Description TransactionalStateTransactionalState. setOutcome(Outcome outcome)TransactionalStateTransactionalState. setTxnId(Binary txnId)
-