Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Package com.oracle.dac.thirdparty.executor

Provides interfaces necessary to implement DAC External Executor.

See:
          Description

Interface Summary
DACExecutor DACExecutor is an interface to an ETL execution engine.
DACExecutorDescriptor DACExecutorDescriptor is a starting point for custom external executor implementation.
DACExecutorJob DACExecutorJob runs actual tasks on external ETL engine.
DACExecutorProperty DACExecutableProperty is an interface used to define DACExecutor properties such as host, port, parallelism level, etc.

 

Enum Summary
DACExecutorPropertyType DACExecutablePropertyType defines property types supported by executor framework.

 

Package com.oracle.dac.thirdparty.executor Description

Provides interfaces necessary to implement DAC External Executor.

Development of DAC External Executor minimally requires implementation the following three interfaces:
- DACExecutor
- DACExecutorDescriptor
- DACExecutorJob

DACExecutorProperty can be optionally implemented, alternatively DACExecutorPropertyImpl from defaultImpl package can be used.

Since:
DAC 11.1.1.5.0

Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Copyright © 2003, 2011, Oracle. All rights reserved.