Class ClientXADataSource

  • All Implemented Interfaces:
    Serializable, Wrapper, Referenceable, CommonDataSource, DataSource, XADataSource, org.apache.derby.jdbc.ClientDataSourceInterface, org.apache.derby.jdbc.ClientXADataSourceInterface

    public class ClientXADataSource
    extends ClientDataSource
    implements org.apache.derby.jdbc.ClientXADataSourceInterface

    This datasource is suitable for a client/server use of Derby, running on full Java SE 6 and higher, corresponding to JDBC 4.0 and higher.

    An XADataSource is a factory for XAConnection objects. It represents a RM in a DTP environment. An object that implements the XADataSource interface is typically registered with a JNDI service provider.

    ClientXADataSource automatically supports the correct JDBC specification version for the Java Virtual Machine's environment.

    • JDBC 4.2 - Java SE 8
    • JDBC 4.1 - Java SE 7
    • JDBC 4.0 - Java SE 6

    ClientXADataSource is serializable and referenceable.

    See ClientDataSource for DataSource properties.

    See Also:
    Serialized Form