|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TFProxyServerSettingsFactory
An TFProxyServerSettingsFactory
is used by a
TFSTeamProjectCollection
to obtain TF proxy server settings. An
TFProxyServerSettingsFactory
is supplied to a
TFSTeamProjectCollection
by a ConnectionAdvisor
.
TFSTeamProjectCollection
allows only a single thread to use a
TFProxyServerSettingsFactory
at a time.
For a default implementation, see DefaultTFProxyServerSettings
.
TFSTeamProjectCollection
,
ConnectionAdvisor
,
DefaultTFProxyServerSettings
Method Summary | |
---|---|
void |
dispose(TFProxyServerSettings proxyServerSettings)
Called to dispose a TFProxyServerSettings that was previously
obtained from a call to newProxyServerSettings() . |
TFProxyServerSettings |
newProxyServerSettings()
Called to obtain TF proxy server settings. |
Method Detail |
---|
TFProxyServerSettings newProxyServerSettings()
TFProxyServerSettings
instance or null
if
there are no TF proxy server settingsvoid dispose(TFProxyServerSettings proxyServerSettings)
Called to dispose a TFProxyServerSettings
that was previously
obtained from a call to newProxyServerSettings()
.
This method is called by TFSConnection.close()
to
clean up any resources. It can be assumed that the specified
TFProxyServerSettings
instance will no longer be used after
calling this method.
proxyServerSettings
- an TFProxyServerSettings
instance to dispose (must not be
null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |