Uses of Interface
com.semarchy.mdm.client.IMDMConnection

Packages that use IMDMConnection
com.semarchy.mdm.client Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance. 
 

Uses of IMDMConnection in com.semarchy.mdm.client
 

Methods in com.semarchy.mdm.client that return IMDMConnection
static IMDMConnection MDMConnectionFactory.connect(ICacheResolver pCacheResolver, ConnectionConfig pConfig, IMDMCredential pCredentials)
          Similar to MDMConnectionFactory.connect(String, IMDMCredential) except that the ICacheResolver parameter allows to control the scope of client side caching.
static IMDMConnection MDMConnectionFactory.connect(String pSemarchyBaseURL, IMDMCredential pCredentials)
          Similar to MDMConnectionFactory.connect(String, String, String) except that the client will be authenticated with the provided IMDMCredential.
static IMDMConnection MDMConnectionFactory.connect(String pConvergenceForMDMBaseURL, String pUsername, String pPassword)
          Creates a connection to a Convergence for MDM instance.
 



Copyright © 2015. All Rights Reserved.