Class TransactionError
- java.lang.Object
-
- com.swiftmq.amqp.v100.types.AMQPType
-
- com.swiftmq.amqp.v100.types.AMQPSymbol
-
- com.swiftmq.amqp.v100.generated.transactions.coordination.TransactionError
-
- All Implemented Interfaces:
ErrorConditionIF
,java.lang.Comparable
public class TransactionError 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 java.util.Set
POSSIBLE_VALUES
static TransactionError
TRANSACTION_ROLLBACK
static TransactionError
TRANSACTION_TIMEOUT
static TransactionError
UNKNOWN_ID
-
Constructor Summary
Constructors Constructor Description TransactionError(java.lang.String initValue)
Constructs a TransactionError.
-
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
-
UNKNOWN_ID
public static final TransactionError UNKNOWN_ID
-
TRANSACTION_ROLLBACK
public static final TransactionError TRANSACTION_ROLLBACK
-
TRANSACTION_TIMEOUT
public static final TransactionError TRANSACTION_TIMEOUT
-
-
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
-
-