public class CommitOnSuccessfulStatusCodeRepresentationWriteHandler extends Object implements RepresentationWriteHandler
DO_NOTHING| Constructor and Description |
|---|
CommitOnSuccessfulStatusCodeRepresentationWriteHandler(com.sun.jersey.api.core.HttpContext httpContext,
org.neo4j.graphdb.Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeTransaction() |
void |
onRepresentationFinal() |
void |
onRepresentationStartWriting() |
void |
onRepresentationWritten() |
void |
setTransaction(org.neo4j.graphdb.Transaction transaction) |
public CommitOnSuccessfulStatusCodeRepresentationWriteHandler(com.sun.jersey.api.core.HttpContext httpContext,
org.neo4j.graphdb.Transaction transaction)
public void onRepresentationStartWriting()
onRepresentationStartWriting in interface RepresentationWriteHandlerpublic void onRepresentationWritten()
onRepresentationWritten in interface RepresentationWriteHandlerpublic void onRepresentationFinal()
onRepresentationFinal in interface RepresentationWriteHandlerpublic void closeTransaction()
public void setTransaction(org.neo4j.graphdb.Transaction transaction)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.