Joram 5.2.4

org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Tx

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by 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.
 
Field Summary
static int INDEX
           
static int METHOD_TX_COMMIT
           
static int METHOD_TX_COMMIT_OK
           
static int METHOD_TX_ROLLBACK
           
static int METHOD_TX_ROLLBACK_OK
           
static int METHOD_TX_SELECT
           
static int METHOD_TX_SELECT_OK
           
static java.lang.String[] methodnames
           
static int[] mids
           
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
classId, logger, NULL_CLASS_ID
 
Constructor Summary
AMQP.Tx()
           
 
Method Summary
 int getClassId()
           
 java.lang.String getClassName()
           
 java.lang.String getMethodName(int id)
           
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

AMQP.Tx

public AMQP.Tx()
Method Detail

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

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved