Uses of Interface
com.microsoft.tfs.core.clients.framework.location.ILocationService

Packages that use ILocationService
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework   
com.microsoft.tfs.core.clients.framework.catalog   
com.microsoft.tfs.core.clients.framework.location   
 

Uses of ILocationService in com.microsoft.tfs.core
 

Classes in com.microsoft.tfs.core that implement ILocationService
 class FrameworkServerDataProvider
           Gets server configuration information from Team Foundation Servers which support the TFS 2010 framework services.
 class PreFrameworkServerDataProvider
           Gets server configuration information from Team Foundation Servers which predate the TFS 2010 framework services (TFS 2005, TFS 2008).
 

Methods in com.microsoft.tfs.core that return ILocationService
 ILocationService TFSTeamProjectCollection.getCollectionLocationService()
           
 ILocationService TFSConfigurationServer.getLocationService()
           
 

Uses of ILocationService in com.microsoft.tfs.core.clients.framework
 

Subinterfaces of ILocationService in com.microsoft.tfs.core.clients.framework
 interface ServerDataProvider
          Provides information about the server a TFSConnection is connected to.
 

Uses of ILocationService in com.microsoft.tfs.core.clients.framework.catalog
 

Methods in com.microsoft.tfs.core.clients.framework.catalog that return ILocationService
 ILocationService ICatalogService.getLocationService()
           
 ILocationService CatalogService.getLocationService()
          Returns the location service that this catalog uses for its service definition references.
 

Methods in com.microsoft.tfs.core.clients.framework.catalog with parameters of type ILocationService
 void CatalogResource.initializeFromWebService(java.util.HashMap<java.lang.String,CatalogResourceType> typeMap, java.util.HashMap<java.lang.String,CatalogNode> nodeMap, ILocationService locationService)
          Used internally during post-processing of a catalog web service request result.
 

Uses of ILocationService in com.microsoft.tfs.core.clients.framework.location
 

Classes in com.microsoft.tfs.core.clients.framework.location that implement ILocationService
 class LocationService
          The TFS location service.
 



© 2015 Microsoft. All rights reserved.