All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.ats.jta.common.jtaPropertyManager Maven / Gradle / Ivy

/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */


package com.arjuna.ats.jta.common;

import com.arjuna.common.internal.util.propertyservice.BeanPopulator;

/**
 * Property manager wrapper for the JTA module.
 */
public class jtaPropertyManager
{
    public static JTAEnvironmentBean getJTAEnvironmentBean()
    {
        return BeanPopulator.getDefaultInstance(JTAEnvironmentBean.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy