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
,Comparable
- 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 Set
static final TransactionError
static final TransactionError
static final TransactionError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ErrorConditionVisitor visitor) Accept method for a ErrorCondition 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.transport.definitions.ErrorConditionIF
getPredictedSize, getValueString
-
Field Details
-
POSSIBLE_VALUES
-
UNKNOWN_ID
-
TRANSACTION_ROLLBACK
-
TRANSACTION_TIMEOUT
-
-
Constructor Details
-
TransactionError
Constructs a TransactionError.- Parameters:
initValue
- initial value
-
-
Method Details
-
accept
Accept method for a ErrorCondition visitor.- Specified by:
accept
in interfaceErrorConditionIF
- Parameters:
visitor
- ErrorCondition visitor
-
toString
- Overrides:
toString
in classAMQPSymbol
-