Uses of Class
org.apache.qpid.protonj2.types.transactions.Discharge
-
Packages that use Discharge Package Description org.apache.qpid.protonj2.codec.decoders.transactions org.apache.qpid.protonj2.codec.encoders.transactions org.apache.qpid.protonj2.types.transactions -
-
Uses of Discharge in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return Discharge Modifier and Type Method Description Discharge[]DischargeTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Discharge[]DischargeTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DischargeDischargeTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)DischargeDischargeTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Discharge Modifier and Type Method Description java.lang.Class<Discharge>DischargeTypeDecoder. getTypeClass() -
Uses of Discharge in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type Discharge Modifier and Type Method Description java.lang.Class<Discharge>DischargeTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type Discharge Modifier and Type Method Description intDischargeTypeEncoder. getElementCount(Discharge discharge)byteDischargeTypeEncoder. getListEncoding(Discharge value)voidDischargeTypeEncoder. writeElement(Discharge discharge, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Discharge in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Discharge Modifier and Type Method Description DischargeDischarge. setFail(boolean fail)DischargeDischarge. setTxnId(Binary txnId)
-