@Provider
public class TrmXAConnectionFactory
extends java.lang.Object
implements java.util.function.Supplier<javax.sql.XAConnection>
Constructor and Description |
---|
TrmXAConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
javax.sql.XAConnection |
get()
Get a XA connection to the database configured with OTMM
|
javax.sql.XAConnection |
getXAConn()
Get a XA connection to the database configured with OTMM
|
@Produces @RequestScoped public javax.sql.XAConnection getXAConn()
public javax.sql.XAConnection get()
get
in interface java.util.function.Supplier<javax.sql.XAConnection>
Copyright © 2022, Oracle and/or its affiliates.