|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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)
IExecutionAreaaddElement in interface IExecutionAreapElementInExecutionArea - the element to add to this execution areapublic java.util.Collection<IElementInExecutionArea> getElements()
getElements in interface IExecutionAreaIExecutionArea.getElements()public OdiDataServer getDataServer()
IExecutionAreagetDataServer in interface IExecutionAreapublic void removeElement(IElementInExecutionArea pElementInExecutionArea)
IExecutionArearemoveElement in interface IExecutionAreapElementInExecutionArea - the element to remove from this execution area
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||