org.neo4j.kernel.impl.transaction.xaframework
Class TransactionInfo

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo

public class TransactionInfo
extends Object


Constructor Summary
TransactionInfo(int identifier, boolean trueForOnePhase, long txId)
           
 
Method Summary
 int getIdentifier()
           
 long getTxId()
           
 boolean isOnePhase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInfo

public TransactionInfo(int identifier,
                       boolean trueForOnePhase,
                       long txId)
Method Detail

getIdentifier

public int getIdentifier()

isOnePhase

public boolean isOnePhase()

getTxId

public long getTxId()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.