org.neo4j.kernel.info
Class LockingTransaction

java.lang.Object
  extended by org.neo4j.kernel.info.LockingTransaction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WaitingThread

public class LockingTransaction
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LockingTransaction(String transaction, int readCount, int writeCount)
           
 
Method Summary
 int getReadCount()
           
 String getTransaction()
           
 int getWriteCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockingTransaction

@ConstructorProperties(value={"transaction","readCount","writeCount"})
public LockingTransaction(String transaction,
                                                     int readCount,
                                                     int writeCount)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getTransaction

public String getTransaction()

getReadCount

public int getReadCount()

getWriteCount

public int getWriteCount()


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