org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Tx
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
org.objectweb.joram.mom.amqp.marshalling.AMQP.Tx
- Enclosing class:
- AMQP
public static class AMQP.Tx
- extends AbstractMarshallingClass
Nested Class Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
METHOD_TX_SELECT
public static final int METHOD_TX_SELECT
- See Also:
- Constant Field Values
METHOD_TX_SELECT_OK
public static final int METHOD_TX_SELECT_OK
- See Also:
- Constant Field Values
METHOD_TX_COMMIT
public static final int METHOD_TX_COMMIT
- See Also:
- Constant Field Values
METHOD_TX_COMMIT_OK
public static final int METHOD_TX_COMMIT_OK
- See Also:
- Constant Field Values
METHOD_TX_ROLLBACK
public static final int METHOD_TX_ROLLBACK
- See Also:
- Constant Field Values
METHOD_TX_ROLLBACK_OK
public static final int METHOD_TX_ROLLBACK_OK
- See Also:
- Constant Field Values
mids
public static final int[] mids
methodnames
public static final java.lang.String[] methodnames
AMQP.Tx
public AMQP.Tx()
getClassId
public int getClassId()
- Specified by:
getClassId
in class AbstractMarshallingClass
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in class AbstractMarshallingClass
getMethodName
public java.lang.String getMethodName(int id)
- Specified by:
getMethodName
in class AbstractMarshallingClass
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved