]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.util/src/org/argeo/util/transaction/XAResourceProvider.java
Use runtime namespace context as default.
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / transaction / XAResourceProvider.java
1 package org.argeo.util.transaction;
2
3 import javax.transaction.xa.XAResource;
4
5 public interface XAResourceProvider {
6 XAResource getXaResource();
7 }