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

io.agroal.narayana.FirstResourceBaseXAResource Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2020 Red Hat, Inc. and individual contributors as indicated by the @author tags.
// You may not use this file except in compliance with the Apache License, Version 2.0.

package io.agroal.narayana;

import io.agroal.api.transaction.TransactionAware;
import org.jboss.tm.FirstResource;

import javax.transaction.xa.XAResource;

public class FirstResourceBaseXAResource extends BaseXAResource implements FirstResource {

    public FirstResourceBaseXAResource(TransactionAware transactionAware, XAResource xaResource, String jndiName) {
        super( transactionAware, xaResource, jndiName );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy