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

Packages that use ConnectionObject
com.informatica.powercenter.sdk.mapfwk.core   
com.informatica.powercenter.sdk.mapfwk.reputils   
 

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

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type ConnectionObject
 void Repository.createConnection(ConnectionObject connObj)
          This function creates a new connection defined the ConnectionObject passed to it.
 void Repository.updateConnection(ConnectionObject connObj)
          This function updates the connection specified by the connection object.
 

Uses of ConnectionObject in com.informatica.powercenter.sdk.mapfwk.reputils
 

Methods in com.informatica.powercenter.sdk.mapfwk.reputils with parameters of type ConnectionObject
protected abstract  void RepositoryConnectionManager._createConnection(ConnectionObject connObj)
          Create a new connection in the repository.
protected  void CachedRepositoryConnectionManager._createConnection(ConnectionObject connObj)
          creates a connection defined by the ConnectionObject
protected abstract  void RepositoryConnectionManager._updateConnection(ConnectionObject connObj)
          This function updates the connection specified by the connection object.
protected  void CachedRepositoryConnectionManager._updateConnection(ConnectionObject connObj)
          updates a connection defined by the ConnectionObject
 void RepositoryConnectionManager.createConnection(ConnectionObject connObj)
          creates connection object
 void RepositoryConnectionManager.updateConnection(ConnectionObject connObj)
          update connection object