org.neo4j.kernel.impl.transaction.xaframework
Class TransactionInfo
java.lang.Object
org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo
public class TransactionInfo
- extends Object
Constructor Summary |
TransactionInfo(int identifier,
boolean trueForOnePhase,
long txId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionInfo
public TransactionInfo(int identifier,
boolean trueForOnePhase,
long txId)
getIdentifier
public int getIdentifier()
isOnePhase
public boolean isOnePhase()
getTxId
public long getTxId()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.