Class BasicClientXADataSource40

java.lang.Object
org.apache.derby.jdbc.BasicClientDataSource40
org.apache.derby.jdbc.BasicClientXADataSource40
All Implemented Interfaces:
Serializable, Wrapper, CommonDataSource, DataSource, XADataSource, ClientDataSourceInterface, ClientXADataSourceInterface

public class BasicClientXADataSource40 extends BasicClientDataSource40 implements ClientXADataSourceInterface, XADataSource
This data source is suitable for client/server use of Derby, running on Java 8 Compact Profile 2 or higher.

Similar to ClientXADataSource except it does not support JNDI, i.e. it does not implement javax.naming.Referenceable.

See Also: