Uses of Interface
com.microsoft.tfs.core.clients.framework.ServerDataProvider

Packages that use ServerDataProvider
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework.location   
com.microsoft.tfs.core.config.webservice   
 

Uses of ServerDataProvider in com.microsoft.tfs.core
 

Classes in com.microsoft.tfs.core that implement ServerDataProvider
 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 ServerDataProvider
 ServerDataProvider TFSTeamProjectCollection.getServerDataProvider()
          Gets the ServerDataProvider for this connection.
protected abstract  ServerDataProvider TFSConnection.getServerDataProvider()
          Gets the ServerDataProvider for this connection.
 ServerDataProvider TFSConfigurationServer.getServerDataProvider()
          Gets the ServerDataProvider for this connection.
 

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

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

Uses of ServerDataProvider in com.microsoft.tfs.core.config.webservice
 

Methods in com.microsoft.tfs.core.config.webservice with parameters of type ServerDataProvider
 java.lang.Object WebServiceFactory.newWebService(TFSConnection connection, java.lang.Class<?> webServiceInterfaceType, java.net.URI connectionBaseURI, HttpClient httpClient, ServerDataProvider serverDataProvider, RegistrationClient registrationClient)
          Creates a new web service implementation.
 java.lang.Object DefaultWebServiceFactory.newWebService(TFSConnection connection, java.lang.Class<?> webServiceInterfaceType, java.net.URI connectionBaseURI, HttpClient httpClient, ServerDataProvider serverDataProvider, RegistrationClient registrationClient)
          Creates a new web service implementation.
 



© 2015 Microsoft. All rights reserved.