Uses of Class
org.apache.qpid.protonj2.types.transactions.TransactionalState
Packages that use TransactionalState
Package
Description
-
Uses of TransactionalState in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return TransactionalStateModifier and TypeMethodDescriptionTransactionStateTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) TransactionStateTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) TransactionStateTypeDecoder.readValue(InputStream stream, StreamDecoderState state) TransactionStateTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type TransactionalState -
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 TransactionalStateMethods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type TransactionalStateModifier and TypeMethodDescriptionintTransactionStateTypeEncoder.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