-
public interface XADataSource
- extends CommonDataSource
A factory for XAConnection objects that is used internally. An object that implements the XADataSource interface is typically registered with a naming service that uses the Java Naming and Directory InterfaceTM (JNDI).
-
Since:
- 1.4
|
-
public interface XADataSource
- extends CommonDataSource
A factory for XAConnection objects that is used internally. An object that implements the XADataSource interface is typically registered with a naming service that uses the Java Naming and Directory InterfaceTM (JNDI). *
An implementation of XADataSource must include a public no-arg constructor.
-
Since:
- 1.4
|