Class AMQP.Tx
- java.lang.Object
-
- org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
-
- org.ow2.joram.mom.amqp.marshalling.AMQP.Tx
-
- Enclosing class:
- AMQP
public static class AMQP.Tx extends AbstractMarshallingClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAMQP.Tx.CommitThis method commits all message publications and acknowledgments performed in the current transaction.static classAMQP.Tx.CommitOkThis method confirms to the client that the commit succeeded.static classAMQP.Tx.RollbackThis method abandons all message publications and acknowledgments performed in the current transaction.static classAMQP.Tx.RollbackOkThis method confirms to the client that the rollback succeeded.static classAMQP.Tx.SelectThis method sets the channel to use standard transactions.static classAMQP.Tx.SelectOkThis method confirms to the client that the channel was successfully set to use standard transactions.
-
Field Summary
Fields Modifier and Type Field Description static intINDEXstatic String[]methodnamesstatic int[]mids
-
Constructor Summary
Constructors Constructor Description Tx()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName(int id)private static intgetPosition(int id)StringtoString()-
Methods inherited from class org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
-
-
-
-
Field Detail
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
mids
public static final int[] mids
-
methodnames
public static final String[] methodnames
-
-
Method Detail
-
getPosition
private static int getPosition(int id)
-
getMethodName
public String getMethodName(int id)
- Specified by:
getMethodNamein classAbstractMarshallingClass
-
-