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
,java.lang.Comparable
public class StdDistMode extends AMQPSymbol implements DistributionModeIF
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
Fields Modifier and Type Field Description static StdDistMode
COPY
static StdDistMode
MOVE
static java.util.Set
POSSIBLE_VALUES
-
Constructor Summary
Constructors Constructor Description StdDistMode(java.lang.String initValue)
Constructs a StdDistMode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(DistributionModeVisitor visitor)
Accept method for a DistributionMode visitor.java.lang.String
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 Detail
-
POSSIBLE_VALUES
public static final java.util.Set POSSIBLE_VALUES
-
MOVE
public static final StdDistMode MOVE
-
COPY
public static final StdDistMode COPY
-
-
Method Detail
-
accept
public void accept(DistributionModeVisitor visitor)
Accept method for a DistributionMode visitor.- Specified by:
accept
in interfaceDistributionModeIF
- Parameters:
visitor
- DistributionMode visitor
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAMQPSymbol
-
-