Uses of Class
org.apache.qpid.protonj2.types.transactions.Coordinator
-
-
Uses of Coordinator in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return Coordinator Modifier and Type Method Description Coordinator[]CoordinatorTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Coordinator[]CoordinatorTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)CoordinatorCoordinatorTypeDecoder. readValue(InputStream stream, StreamDecoderState state)CoordinatorCoordinatorTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Coordinator Modifier and Type Method Description Class<Coordinator>CoordinatorTypeDecoder. getTypeClass() -
Uses of Coordinator in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type Coordinator Modifier and Type Method Description Class<Coordinator>CoordinatorTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type Coordinator Modifier and Type Method Description intCoordinatorTypeEncoder. getElementCount(Coordinator coordinator)byteCoordinatorTypeEncoder. getListEncoding(Coordinator value)voidCoordinatorTypeEncoder. writeElement(Coordinator coordinator, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Coordinator in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Coordinator Modifier and Type Method Description CoordinatorTransactionController. getCoordinator()Returns the currently set Coordinator target for thisLink.CoordinatorTransactionManager. getCoordinator()Returns the currently set Coordinator target for thisLink.CoordinatorTransactionController. getRemoteCoordinator()Returns the remote targetTerminusfor this transaction controller which must be of typeCoordinatoror null if remote did not set a terminus.CoordinatorTransactionManager. getRemoteCoordinator()Returns the remote targetTerminusfor this transaction manager which must be of typeCoordinatoror null if remote did not set a terminus.Methods in org.apache.qpid.protonj2.engine with parameters of type Coordinator Modifier and Type Method Description TransactionControllerTransactionController. setCoordinator(Coordinator coordinator)Sets theCoordinatortarget to assign to the local end of thisTransactionController.TransactionManagerTransactionManager. setCoordinator(Coordinator coordinator)Sets theCoordinatortarget to assign to the local end of thisTransactionManager.LLink. setTarget(Coordinator coordinator)Sets theCoordinatortarget to assign to the local end of thisLink. -
Uses of Coordinator in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return Coordinator Modifier and Type Method Description CoordinatorProtonTransactionController. getCoordinator()CoordinatorProtonTransactionManager. getCoordinator()CoordinatorProtonTransactionController. getRemoteCoordinator()CoordinatorProtonTransactionManager. getRemoteCoordinator()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Coordinator Modifier and Type Method Description TransactionControllerProtonTransactionController. setCoordinator(Coordinator coordinator)TransactionManagerProtonTransactionManager. setCoordinator(Coordinator coordinator)LProtonLink. setTarget(Coordinator coordinator) -
Uses of Coordinator in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Coordinator Modifier and Type Method Description CoordinatorCoordinator. copy()CoordinatorCoordinator. setCapabilities(Symbol... capabilities) -
Uses of Coordinator in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport with parameters of type Coordinator Modifier and Type Method Description AttachAttach. setCoordinator(Coordinator target)AttachAttach. setTarget(Coordinator target)
-