|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
public class InterfaceExecutionArea
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 |
|---|
public InterfaceExecutionArea(OdiDataServer pDataServer)
pDataServer - the DataServer on which this execution area is located| Method Detail |
|---|
public void addElement(IElementInExecutionArea pElementInExecutionArea)
IExecutionArea
addElement in interface IExecutionAreapElementInExecutionArea - the element to add to this execution areapublic OdiDataServer getDataServer()
IExecutionArea
getDataServer in interface IExecutionAreapublic java.util.Collection<IElementInExecutionArea> getElements()
getElements in interface IExecutionAreaIExecutionArea.getElements()public void removeElement(IElementInExecutionArea pElementInExecutionArea)
IExecutionArea
removeElement in interface IExecutionAreapElementInExecutionArea - the element to remove from this execution area
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||