org.neo4j.com
Class Response<T>

java.lang.Object
  extended by org.neo4j.com.Response<T>

public class Response<T>
extends Object


Constructor Summary
Response(T response, StoreId storeId, TransactionStream transactions, ResourceReleaser releaser)
           
 
Method Summary
 void close()
           
 StoreId getStoreId()
           
 T response()
           
 TransactionStream transactions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(T response,
                StoreId storeId,
                TransactionStream transactions,
                ResourceReleaser releaser)
Method Detail

response

public T response()
           throws MasterFailureException
Throws:
MasterFailureException

getStoreId

public StoreId getStoreId()

transactions

public TransactionStream transactions()

close

public void close()


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