|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionInterceptorProvider | |
|---|---|
| org.neo4j.backup.log | |
| org.neo4j.kernel.impl.transaction.xaframework | |
| Uses of TransactionInterceptorProvider in org.neo4j.backup.log |
|---|
| Subclasses of TransactionInterceptorProvider in org.neo4j.backup.log | |
|---|---|
class |
InconsistencyLoggingTransactionInterceptorProvider
|
class |
VerifyingTransactionInterceptorProvider
|
| Uses of TransactionInterceptorProvider in org.neo4j.kernel.impl.transaction.xaframework |
|---|
| Method parameters in org.neo4j.kernel.impl.transaction.xaframework with type arguments of type TransactionInterceptorProvider | |
|---|---|
static XaContainer |
XaContainer.create(XaDataSource dataSource,
String logicalLog,
XaCommandFactory cf,
XaTransactionFactory tf,
List<Pair<TransactionInterceptorProvider,Object>> providers,
Map<Object,Object> config)
Creates a XaContainer. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||