org.neo4j.kernel.impl.transaction.xaframework
Class XaLogicalLog.LogDeserializer

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
Enclosing class:
XaLogicalLog

protected class XaLogicalLog.LogDeserializer
extends Object


Constructor Summary
protected XaLogicalLog.LogDeserializer(ReadableByteChannel byteChannel)
           
 
Method Summary
protected  LogEntry.Commit getCommitEntry()
           
protected  LogEntry.Start getStartEntry()
           
protected  void intercept(List<LogEntry> logEntries)
           
 boolean readAndWriteAndApplyEntry(int newXidIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XaLogicalLog.LogDeserializer

protected XaLogicalLog.LogDeserializer(ReadableByteChannel byteChannel)
Method Detail

readAndWriteAndApplyEntry

public boolean readAndWriteAndApplyEntry(int newXidIdentifier)
                                  throws IOException
Throws:
IOException

intercept

protected void intercept(List<LogEntry> logEntries)

getStartEntry

protected LogEntry.Start getStartEntry()

getCommitEntry

protected LogEntry.Commit getCommitEntry()


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