| Package | Description |
|---|---|
| org.neo4j.graphdb |
The core graph database API.
|
| org.neo4j.graphdb.event |
Event framework.
|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
<T> TransactionEventHandler<T> |
GraphDatabaseService.registerTransactionEventHandler(TransactionEventHandler<T> handler)
Registers
handler as a handler for transaction events which
are generated from different places in the lifecycle of each
transaction. |
<T> TransactionEventHandler<T> |
GraphDatabaseService.unregisterTransactionEventHandler(TransactionEventHandler<T> handler)
Unregisters
handler from the list of transaction event handlers. |
| Modifier and Type | Method and Description |
|---|---|
<T> TransactionEventHandler<T> |
GraphDatabaseService.registerTransactionEventHandler(TransactionEventHandler<T> handler)
Registers
handler as a handler for transaction events which
are generated from different places in the lifecycle of each
transaction. |
<T> TransactionEventHandler<T> |
GraphDatabaseService.unregisterTransactionEventHandler(TransactionEventHandler<T> handler)
Unregisters
handler from the list of transaction event handlers. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionEventHandler.Adapter<T>
Adapter for a
TransactionEventHandler |
| Modifier and Type | Method and Description |
|---|---|
<T> TransactionEventHandler<T> |
EmbeddedReadOnlyGraphDatabase.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
InternalAbstractGraphDatabase.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
TransactionEventHandlers.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
EmbeddedReadOnlyGraphDatabase.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
InternalAbstractGraphDatabase.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
TransactionEventHandlers.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
<T> TransactionEventHandler<T> |
EmbeddedReadOnlyGraphDatabase.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
InternalAbstractGraphDatabase.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
TransactionEventHandlers.registerTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
EmbeddedReadOnlyGraphDatabase.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
InternalAbstractGraphDatabase.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
<T> TransactionEventHandler<T> |
TransactionEventHandlers.unregisterTransactionEventHandler(TransactionEventHandler<T> handler) |
| Constructor and Description |
|---|
TransactionEventHandlers.HandlerAndState(TransactionEventHandler<?> handler,
Object state) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.