Class ConnectionError
- java.lang.Object
-
- com.swiftmq.amqp.v100.types.AMQPType
-
- com.swiftmq.amqp.v100.types.AMQPSymbol
-
- com.swiftmq.amqp.v100.generated.transport.definitions.ConnectionError
-
- All Implemented Interfaces:
ErrorConditionIF
,java.lang.Comparable
public class ConnectionError extends AMQPSymbol implements ErrorConditionIF
- 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 ConnectionError
CONNECTION_FORCED
static ConnectionError
FRAMING_ERROR
static java.util.Set
POSSIBLE_VALUES
static ConnectionError
REDIRECT
-
Constructor Summary
Constructors Constructor Description ConnectionError(java.lang.String initValue)
Constructs a ConnectionError.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ErrorConditionVisitor visitor)
Accept method for a ErrorCondition 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.transport.definitions.ErrorConditionIF
getPredictedSize, getValueString
-
-
-
-
Field Detail
-
POSSIBLE_VALUES
public static final java.util.Set POSSIBLE_VALUES
-
CONNECTION_FORCED
public static final ConnectionError CONNECTION_FORCED
-
FRAMING_ERROR
public static final ConnectionError FRAMING_ERROR
-
REDIRECT
public static final ConnectionError REDIRECT
-
-
Method Detail
-
accept
public void accept(ErrorConditionVisitor visitor)
Accept method for a ErrorCondition visitor.- Specified by:
accept
in interfaceErrorConditionIF
- Parameters:
visitor
- ErrorCondition visitor
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAMQPSymbol
-
-