org.neo4j.backup.log
Class VerifyingTransactionInterceptorProvider
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
public class VerifyingTransactionInterceptorProvider
- extends TransactionInterceptorProvider
NAME
public static final String NAME
- See Also:
- Constant Field Values
VerifyingTransactionInterceptorProvider
public VerifyingTransactionInterceptorProvider()
name
public String name()
- Description copied from class:
TransactionInterceptorProvider
- Returns the name of this provider
- Specified by:
name in class TransactionInterceptorProvider
- Returns:
- The name of this provider
create
public org.neo4j.backup.log.VerifyingTransactionInterceptor create(XaDataSource ds,
Object options)
- Description copied from class:
TransactionInterceptorProvider
- Creates a TransactionInterceptor with the given datasource and options.
It is possible for this method to return null, signifying that the
options passed did not allow for instantiation.
- Specified by:
create in class TransactionInterceptorProvider
- Parameters:
ds - The datasource the TransactionInterceptor will communicate withoptions - An object that can be the options to instantiate the
interceptor with - e.g "false" to prevent instantiation
- Returns:
- An implementation of TransactionInterceptor or null if the
options say so.
create
public org.neo4j.backup.log.VerifyingTransactionInterceptor create(TransactionInterceptor next,
XaDataSource ds,
Object options)
- Description copied from class:
TransactionInterceptorProvider
- Creates a TransactionInterceptor with the given datasource and options
and the given TransactionInterceptor as the next in the chain.
It is possible for this method to return null, signifying that the
options passed did not allow for instantiation.
- Specified by:
create in class TransactionInterceptorProvider
- Parameters:
next - The next interceptor in the chain - can be nullds - The datasource the TransactionInterceptor will communicate withoptions - An object that can be the options to instantiate the
interceptor with - e.g "false" to prevent instantiation
- Returns:
- An implementation of TransactionInterceptor or null if the
options say so.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.