com.rabbitmq.client.impl
Class AMQImpl.Dtx

java.lang.Object
  extended by com.rabbitmq.client.impl.AMQImpl.Dtx
Enclosing class:
AMQImpl

public static class AMQImpl.Dtx
extends java.lang.Object


Nested Class Summary
static class AMQImpl.Dtx.Select
          select standard transaction mode.
static class AMQImpl.Dtx.SelectOk
          confirm transaction mode.
static class AMQImpl.Dtx.Start
          start a new distributed transaction.
static class AMQImpl.Dtx.StartOk
          confirm the start of a new distributed transaction.
 
Field Summary
static int INDEX
           
 
Constructor Summary
AMQImpl.Dtx()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX

public static final int INDEX
See Also:
Constant Field Values
Constructor Detail

AMQImpl.Dtx

public AMQImpl.Dtx()