Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.interfaces.interactive.support
Interface IExecutionArea

All Known Implementing Classes:
InterfaceExecutionArea

public interface IExecutionArea

A location in which some elements will be executed.
These execution areas are updated in real time by the helper, they help the source set computers group elements to generate the source sets.

Since:
11.1.1.3.0

Method Summary
 void addElement(IElementInExecutionArea pElementInExecutionArea)
          Adds an element to the execution area.
 OdiDataServer getDataServer()
          Returns the data server on which this execution area is located.
 java.util.Collection<IElementInExecutionArea> getElements()
          Returns all the elements in this execution area.
 void removeElement(IElementInExecutionArea pElementInExecutionArea)
          Removes an element from the execution area.

 

Method Detail

getElements

java.util.Collection<IElementInExecutionArea> getElements()
Returns all the elements in this execution area.
Returns:
all elements in this execution area

addElement

void addElement(IElementInExecutionArea pElementInExecutionArea)
Adds an element to the execution area.
Parameters:
pElementInExecutionArea - the element to add to this execution area

removeElement

void removeElement(IElementInExecutionArea pElementInExecutionArea)
Removes an element from the execution area.
Parameters:
pElementInExecutionArea - the element to remove from this execution area

getDataServer

OdiDataServer getDataServer()
Returns the data server on which this execution area is located.
Returns:
the DataServer on which this execution area is located

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.