|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionInterceptor | |
|---|---|
| org.neo4j.backup.log | |
| org.neo4j.kernel.impl.transaction.xaframework | |
| Uses of TransactionInterceptor in org.neo4j.backup.log |
|---|
| Methods in org.neo4j.backup.log with parameters of type TransactionInterceptor | |
|---|---|
org.neo4j.backup.log.VerifyingTransactionInterceptor |
VerifyingTransactionInterceptorProvider.create(TransactionInterceptor next,
XaDataSource ds,
Object options)
|
org.neo4j.backup.log.VerifyingTransactionInterceptor |
InconsistencyLoggingTransactionInterceptorProvider.create(TransactionInterceptor next,
XaDataSource ds,
Object options)
|
| Uses of TransactionInterceptor in org.neo4j.kernel.impl.transaction.xaframework |
|---|
| Methods in org.neo4j.kernel.impl.transaction.xaframework that return TransactionInterceptor | |
|---|---|
abstract TransactionInterceptor |
TransactionInterceptorProvider.create(TransactionInterceptor next,
XaDataSource ds,
Object options)
Creates a TransactionInterceptor with the given datasource and options and the given TransactionInterceptor as the next in the chain. |
abstract TransactionInterceptor |
TransactionInterceptorProvider.create(XaDataSource ds,
Object options)
Creates a TransactionInterceptor with the given datasource and options. |
static TransactionInterceptor |
TransactionInterceptorProvider.resolveChain(List<Pair<TransactionInterceptorProvider,Object>> providers,
XaDataSource ds)
A utility method that given some TransactionInterceptorProviders and their configuration objects returns a fully resolved chain of TransactionInterceptors - the return object is the first interceptor in the chain. |
| Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type TransactionInterceptor | |
|---|---|
abstract TransactionInterceptor |
TransactionInterceptorProvider.create(TransactionInterceptor next,
XaDataSource ds,
Object options)
Creates a TransactionInterceptor with the given datasource and options and the given TransactionInterceptor as the next in the chain. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||