com.informatica.powercenter.sdk.mapfwk.core
Class PortPropagationContext

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.PortPropagationContext

public class PortPropagationContext
extends java.lang.Object

Context object for passing the object information that is needed for performing the port propagation. Depending on the propagation type, this context object should have appropriate values.


Constructor Summary
PortPropagationContext()
          Default constructor
 
Method Summary
 PropogateStrategy getStrategyImpl()
          Get the propogate the strategy
 RowSet propogate(RowSet rs)
          Propogate the RowSet
 void setStrategyImpl(PropogateStrategy propStg)
          Set the propogate strategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortPropagationContext

public PortPropagationContext()
Default constructor

Method Detail

getStrategyImpl

public PropogateStrategy getStrategyImpl()
Get the propogate the strategy

Returns:
Returns the propStg.

setStrategyImpl

public void setStrategyImpl(PropogateStrategy propStg)
Set the propogate strategy

Parameters:
propStg - The propStg to set.

propogate

public RowSet propogate(RowSet rs)
Propogate the RowSet

Parameters:
rs - RowSet object
Returns:
Returns the RowSet object which are popogated