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

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.PortLinkContext
All Implemented Interfaces:
LinkStrategy

public class PortLinkContext
extends java.lang.Object
implements LinkStrategy

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


Constructor Summary
PortLinkContext()
          Default contructor
 
Method Summary
 LinkStrategy getStrategyImpl()
          Get the linking strategy
 java.util.Vector linkup(RowSet inrs)
          Create a link between fields of RowSet
 void setStrategyImpl(LinkStrategy linkStrategy)
          Set the linking strategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortLinkContext

public PortLinkContext()
Default contructor

Method Detail

getStrategyImpl

public LinkStrategy getStrategyImpl()
Get the linking strategy

Returns:
LinkStrategy object

setStrategyImpl

public void setStrategyImpl(LinkStrategy linkStrategy)
Set the linking strategy

Parameters:
linkStrategy - LinkStrategy object

linkup

public java.util.Vector linkup(RowSet inrs)
Description copied from interface: LinkStrategy
Create a link between fields of RowSet

Specified by:
linkup in interface LinkStrategy
Parameters:
inrs - RowSet object
Returns:
Vector of PortDef objects