com.informatica.powercenter.sdk.mapfwk.core.Factory
Class PowerConnectSourceFactory

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

public class PowerConnectSourceFactory
extends java.lang.Object

Author:
sramamoo

Method Summary
static PowerConnectSourceFactory getInstance()
          Get an instance of the PowerConnectSourceFactory
 PowerConnectSource getPowerConnectSourceInstance(java.lang.String sourceType, java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName)
          Get a instance of PowerConnectSource specified by the source type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PowerConnectSourceFactory getInstance()
Get an instance of the PowerConnectSourceFactory

Returns:
PowerConnectSourceFactory

getPowerConnectSourceInstance

public PowerConnectSource getPowerConnectSourceInstance(java.lang.String sourceType,
                                                        java.lang.String name,
                                                        java.lang.String busName,
                                                        java.lang.String desc,
                                                        java.lang.String instName)
                                                 throws MapFwkException,
                                                        com.informatica.powercenter.sdk.mapfwk.exceptions.SourceTargetDefinitionNotFoundException
Get a instance of PowerConnectSource specified by the source type.

Parameters:
sourceType - Type/name of the source
name - name of the source instance
busName - business name of the source instance
desc - description
instName - instance name
Returns:
PowerConnectSource
Throws:
SourceDefinitionNotFoundException
MapFwkException
com.informatica.powercenter.sdk.mapfwk.exceptions.SourceTargetDefinitionNotFoundException