Example usage for javax.transaction.xa XAResource interface-usage

List of usage examples for javax.transaction.xa XAResource interface-usage

Introduction

In this page you can find the example usage for javax.transaction.xa XAResource interface-usage.

Usage

From source file com.alibaba.napoli.metamorphosis.client.transaction.TransactionContext.java

/**
 * ??XA
 * 
 * @author boyan
 * 
 */

From source file org.eclipse.ecr.core.storage.sql.SessionImpl.java

/**
 * The session is the main high level access point to data from the underlying
 * database.
 */
public class SessionImpl implements Session, XAResource {

From source file it.doqui.index.ecmengine.business.personalization.multirepository.index.lucene.RepositoryAwareAbstractLuceneIndexerAndSearcherFactory.java

public abstract class RepositoryAwareAbstractLuceneIndexerAndSearcherFactory
        implements RepositoryAwareIndexerAndSearcher, LuceneIndexerAndSearcher, XAResource {

    /** Logger. */
    private static Log logger = LogFactory
            .getLog(EcmEngineMultirepositoryConstants.MULTIREPOSITORY_INDEX_LOG_CATEGORY);

From source file org.nuxeo.ecm.core.storage.sql.SessionImpl.java

/**
 * The session is the main high level access point to data from the underlying
 * database.
 */
public class SessionImpl implements Session, XAResource {

From source file org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.java

/**
 * This class is resource manager LuceneIndexers and LuceneSearchers. It supports two phase commit inside XA
 * transactions and outside transactions it provides thread local transaction support. TODO: Provide pluggable support
 * for a transaction manager TODO: Integrate with Spring transactions
 * 
 * @author andyh