Uses of Class
com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of JNDIDataSource in com.orchestranetworks.addon.dex.configuration
Modifier and TypeMethodDescriptionSQLExportConfigurationSpec.getJNDIDataSource()
Returns the specified JNDI data source for SQL export.SQLImportConfigurationSpec.getJNDIDataSource()
Returns the specified JNDI data source for SQL import.ModifierConstructorDescriptionSQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation recordOrDataset, List<EBXTable> sourceTables, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports multiple tables withJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation dataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> tableFilters, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports multiple tables with a filter andJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports a table withJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, TableFilter tableFilter, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports a table with filter andJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext, JNDIDataSource jndiDataSource) Exports a table withJNDIDataSource
within aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, TableFilter tableFilter, com.orchestranetworks.service.Session session) Imports data with a filter andJNDIDataSource
outside of aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data withJNDIDataSource
outside of aUIService
.