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

E17060-01

oracle.odi.interfaces.interactive.support.execarea
Class InterfaceExecutionArea

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
All Implemented Interfaces:
IExecutionArea

public class InterfaceExecutionArea
extends java.lang.Object
implements IExecutionArea

A basic implementation of IExecutionArea.


Constructor Summary
InterfaceExecutionArea(OdiDataServer pDataServer)
          Basic constructor.
 
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 the list of elements contained in this execution area.
 void removeElement(IElementInExecutionArea pElementInExecutionArea)
          Removes an element from the execution area.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceExecutionArea

public InterfaceExecutionArea(OdiDataServer pDataServer)
Basic constructor.

Parameters:
pDataServer - the DataServer on which this execution area is located
Method Detail

addElement

public void addElement(IElementInExecutionArea pElementInExecutionArea)
Description copied from interface: IExecutionArea
Adds an element to the execution area.

Specified by:
addElement in interface IExecutionArea
Parameters:
pElementInExecutionArea - the element to add to this execution area

getDataServer

public OdiDataServer getDataServer()
Description copied from interface: IExecutionArea
Returns the data server on which this execution area is located.

Specified by:
getDataServer in interface IExecutionArea
Returns:
the DataServer on which this execution area is located

getElements

public java.util.Collection<IElementInExecutionArea> getElements()
Returns the list of elements contained in this execution area.

Specified by:
getElements in interface IExecutionArea
Returns:
the list of elements in this execution area.
See Also:
IExecutionArea.getElements()

removeElement

public void removeElement(IElementInExecutionArea pElementInExecutionArea)
Description copied from interface: IExecutionArea
Removes an element from the execution area.

Specified by:
removeElement in interface IExecutionArea
Parameters:
pElementInExecutionArea - the element to remove from this execution area

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

E17060-01

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