Class StdDistMode
java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPSymbol
com.swiftmq.amqp.v100.generated.messaging.addressing.StdDistMode
- All Implemented Interfaces:
DistributionModeIF
,Comparable
Policies for distributing messages when multiple links are connected to the same node.
- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StdDistMode
static final StdDistMode
static final Set
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(DistributionModeVisitor visitor) Accept method for a DistributionMode visitor.toString()
Methods inherited from class com.swiftmq.amqp.v100.types.AMQPSymbol
compareTo, equals, getPredictedSize, getValue, getValueString, hashCode, readContent, setValue, writeContent
Methods inherited from class com.swiftmq.amqp.v100.types.AMQPType
getCode, getConstructor, getName, hasDescriptor, isWriteCode, resetConstructor, setCode, setConstructor, setWriteCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.swiftmq.amqp.v100.generated.messaging.addressing.DistributionModeIF
getPredictedSize, getValueString
-
Field Details
-
POSSIBLE_VALUES
-
MOVE
-
COPY
-
-
Constructor Details
-
StdDistMode
Constructs a StdDistMode.- Parameters:
initValue
- initial value
-
-
Method Details
-
accept
Accept method for a DistributionMode visitor.- Specified by:
accept
in interfaceDistributionModeIF
- Parameters:
visitor
- DistributionMode visitor
-
toString
- Overrides:
toString
in classAMQPSymbol
-