oracle.cle.process
Interface Child

All Known Implementing Classes:
ParentProcess, Process

public interface Child


Method Summary
 java.util.Hashtable getParameters()
          Returns all needed parameters for execution
 Parent getParent()
           
 java.util.Vector getParents()
          Returns all parents up to controller
 java.util.Hashtable getResults()
          Returns all produced results after execution
 void setParent(Parent aParent)
           
 

Method Detail

getParameters

public java.util.Hashtable getParameters()
Returns all needed parameters for execution

getResults

public java.util.Hashtable getResults()
Returns all produced results after execution

getParents

public java.util.Vector getParents()
Returns all parents up to controller

setParent

public void setParent(Parent aParent)

getParent

public Parent getParent()


Copyright © 2003 ORACLE Corp. All Rights Reserved.