Class SessionError
- java.lang.Object
-
- com.swiftmq.amqp.v100.types.AMQPType
-
- com.swiftmq.amqp.v100.types.AMQPSymbol
-
- com.swiftmq.amqp.v100.generated.transport.definitions.SessionError
-
- All Implemented Interfaces:
ErrorConditionIF
,java.lang.Comparable
public class SessionError 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 SessionError
ERRANT_LINK
static SessionError
HANDLE_IN_USE
static java.util.Set
POSSIBLE_VALUES
static SessionError
UNATTACHED_HANDLE
static SessionError
WINDOW_VIOLATION
-
Constructor Summary
Constructors Constructor Description SessionError(java.lang.String initValue)
Constructs a SessionError.
-
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
-
WINDOW_VIOLATION
public static final SessionError WINDOW_VIOLATION
-
ERRANT_LINK
public static final SessionError ERRANT_LINK
-
HANDLE_IN_USE
public static final SessionError HANDLE_IN_USE
-
UNATTACHED_HANDLE
public static final SessionError UNATTACHED_HANDLE
-
-
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
-
-