Uses of Class
org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Commit

Packages that use LogEntry.Commit
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of LogEntry.Commit in org.neo4j.kernel.impl.transaction.xaframework
 

Subclasses of LogEntry.Commit in org.neo4j.kernel.impl.transaction.xaframework
static class LogEntry.OnePhaseCommit
           
static class LogEntry.TwoPhaseCommit
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return LogEntry.Commit
protected  LogEntry.Commit XaLogicalLog.LogDeserializer.getCommitEntry()
           
 LogEntry.Commit LogExtractor.getLastCommitEntry()
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type LogEntry.Commit
 void TransactionInterceptor.setCommitEntry(LogEntry.Commit entry)
          Set, if available, the log commit entry for this transaction.
 



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