Uses of Class
com.informatica.powercenter.sdk.mapfwk.core.ConnectionInfo

Packages that use ConnectionInfo
com.informatica.powercenter.sdk.mapfwk.core   
 

Uses of ConnectionInfo in com.informatica.powercenter.sdk.mapfwk.core
 

Subclasses of ConnectionInfo in com.informatica.powercenter.sdk.mapfwk.core
 class PowerConnectConInfo
          Class to encapsulate all connection information for PowerConnect.
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return ConnectionInfo
 ConnectionInfo SourceTarget.getConnInfo()
          Get the connection info
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type ConnectionInfo
 void SourceTarget.setConnInfo(ConnectionInfo connInfo)
          Set the connection info
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core with parameters of type ConnectionInfo
PowerConnectTarget(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, ConnectionInfo connInfo)
          Creates a PowerConnect Target
Source(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, ConnectionInfo connInfo)
          Initialize the Source object with name, business name, description and instance name with a single ConnectionInfo object
SourceTarget(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, ConnectionInfo connInfo)
          Initialize the SourceTarget object with name, business name, description, instance name and ConnectionInfo
Target(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, ConnectionInfo connInfo)
          Initialize the Target object with name, business name, description and instance name with a single ConnectionInfo object