Package com.arjuna.ats.internal.jta.transaction.jts

Examples of com.arjuna.ats.internal.jta.transaction.jts.TransactionSynchronizationRegistryImple


     * @return a reference to the JTA TransactionSynchronizationRegistry.
     */
    public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
    {
        // rely on the imple being stateless:
        return new TransactionSynchronizationRegistryImple();
    }
View Full Code Here


     * @return a reference to the JTA TransactionSynchronizationRegistry.
     */
    public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
    {
        // rely on the imple being stateless:
        return new TransactionSynchronizationRegistryImple();
    }
View Full Code Here

     * @return a reference to the JTA TransactionSynchronizationRegistry.
     */
    public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
    {
        // rely on the imple being stateless:
        return new TransactionSynchronizationRegistryImple();
    }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.internal.jta.transaction.jts.TransactionSynchronizationRegistryImple

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.