org.neo4j.kernel
Class DefaultLastCommittedTxIdSetter

java.lang.Object
  extended by org.neo4j.kernel.DefaultLastCommittedTxIdSetter
All Implemented Interfaces:
org.neo4j.kernel.impl.core.LastCommittedTxIdSetter

public class DefaultLastCommittedTxIdSetter
extends Object
implements org.neo4j.kernel.impl.core.LastCommittedTxIdSetter

Default implementation of LastCommittedTxIdSetter that does nothing


Constructor Summary
DefaultLastCommittedTxIdSetter()
           
 
Method Summary
 void close()
           
 void setLastCommittedTxId(long txId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLastCommittedTxIdSetter

public DefaultLastCommittedTxIdSetter()
Method Detail

setLastCommittedTxId

public void setLastCommittedTxId(long txId)
Specified by:
setLastCommittedTxId in interface org.neo4j.kernel.impl.core.LastCommittedTxIdSetter

close

public void close()
Specified by:
close in interface org.neo4j.kernel.impl.core.LastCommittedTxIdSetter


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