public static class AMQP.Tx extends AbstractMarshallingClass
Modifier and Type | Class and Description |
---|---|
static class |
AMQP.Tx.Commit
This method commits all message publications and acknowledgments
performed in the current transaction.
|
static class |
AMQP.Tx.CommitOk
This method confirms to the client that the commit succeeded.
|
static class |
AMQP.Tx.Rollback
This method abandons all message publications and acknowledgments
performed in the current transaction.
|
static class |
AMQP.Tx.RollbackOk
This method confirms to the client that the rollback succeeded.
|
static class |
AMQP.Tx.Select
This method sets the channel to use standard transactions.
|
static class |
AMQP.Tx.SelectOk
This method confirms to the client that the channel was successfully set
to use standard transactions.
|
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
static String[] |
methodnames |
static int[] |
mids |
private static long |
serialVersionUID |
logger
Constructor and Description |
---|
Tx() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName(int id) |
private static int |
getPosition(int id) |
String |
toString() |
read
private static final long serialVersionUID
public static final int INDEX
public static final int[] mids
public static final String[] methodnames
private static int getPosition(int id)
public String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.