|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.util.serverlist.ServerListManagerFactory
public class ServerListManagerFactory
Static methods to get a ServerListManager
that uses the best storage
mechanism for the running platform.
Core classes must pass the active ConnectionAdvisor
's
PersistenceStoreProvider
when calling
getServerListProvider(PersistenceStoreProvider)
.
Constructor Summary | |
---|---|
ServerListManagerFactory()
|
Method Summary | |
---|---|
static ServerListManager |
getServerListProvider(PersistenceStoreProvider persistenceProvider)
Gets the best ServerListManager for this platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerListManagerFactory()
Method Detail |
---|
public static ServerListManager getServerListProvider(PersistenceStoreProvider persistenceProvider)
ServerListManager
for this platform.
persistenceProvider
- a PersistenceStoreProvider
to use (must not be
null
)
ServerListManager
(never null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |