Uses of Class
org.apache.qpid.protonj2.types.transactions.Coordinator
Packages that use Coordinator
Package
Description
-
Uses of Coordinator in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return CoordinatorModifier and TypeMethodDescriptionCoordinatorTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) CoordinatorTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) CoordinatorTypeDecoder.readValue(InputStream stream, StreamDecoderState state) CoordinatorTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Coordinator -
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 CoordinatorMethods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type CoordinatorModifier and TypeMethodDescriptionintCoordinatorTypeEncoder.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 CoordinatorModifier and TypeMethodDescriptionTransactionController.getCoordinator()Returns the currently set Coordinator target for thisLink.TransactionManager.getCoordinator()Returns the currently set Coordinator target for thisLink.TransactionController.getRemoteCoordinator()Returns the remote targetTerminusfor this transaction controller which must be of typeCoordinatoror null if remote did not set a terminus.TransactionManager.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 CoordinatorModifier and TypeMethodDescriptionTransactionController.setCoordinator(Coordinator coordinator) Sets theCoordinatortarget to assign to the local end of thisTransactionController.TransactionManager.setCoordinator(Coordinator coordinator) Sets theCoordinatortarget to assign to the local end of thisTransactionManager.Link.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 CoordinatorModifier and TypeMethodDescriptionProtonTransactionController.getCoordinator()ProtonTransactionManager.getCoordinator()ProtonTransactionController.getRemoteCoordinator()ProtonTransactionManager.getRemoteCoordinator()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type CoordinatorModifier and TypeMethodDescriptionProtonTransactionController.setCoordinator(Coordinator coordinator) ProtonTransactionManager.setCoordinator(Coordinator coordinator) ProtonLink.setTarget(Coordinator coordinator) -
Uses of Coordinator in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return CoordinatorModifier and TypeMethodDescriptionCoordinator.copy()final 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 CoordinatorModifier and TypeMethodDescriptionAttach.setCoordinator(Coordinator target) Attach.setTarget(Coordinator target)