public class UDDIDiscovery extends Object implements IEndpointDiscovery
Modifier and Type | Class and Description |
---|---|
static class |
UDDIDiscovery.findType |
Modifier and Type | Field and Description |
---|---|
protected String |
encryptedpassword |
protected String |
username |
Constructor and Description |
---|
UDDIDiscovery() |
Modifier and Type | Method and Description |
---|---|
List<String> |
GetARSURLs() |
List<String> |
GetDASURLs() |
List<String> |
GetDCSURLs() |
long |
GetLastLookup() |
List<String> |
GetPCSURLs() |
List<String> |
GetRSURLs() |
List<String> |
GetSSURLs() |
List<String> |
GetURLs(String lookupkey) |
boolean |
IsEnabled() |
void |
LoadConfig(Properties props) |
void |
SetLastLookup(long timeinms) |
protected String username
protected String encryptedpassword
public List<String> GetRSURLs()
GetRSURLs
in interface IEndpointDiscovery
public List<String> GetARSURLs()
GetARSURLs
in interface IEndpointDiscovery
public List<String> GetURLs(String lookupkey)
GetURLs
in interface IEndpointDiscovery
public List<String> GetDASURLs()
GetDASURLs
in interface IEndpointDiscovery
public void SetLastLookup(long timeinms)
SetLastLookup
in interface IEndpointDiscovery
public long GetLastLookup()
GetLastLookup
in interface IEndpointDiscovery
public void LoadConfig(Properties props)
LoadConfig
in interface IEndpointDiscovery
public boolean IsEnabled()
IsEnabled
in interface IEndpointDiscovery
public List<String> GetPCSURLs()
GetPCSURLs
in interface IEndpointDiscovery
public List<String> GetDCSURLs()
GetDCSURLs
in interface IEndpointDiscovery
public List<String> GetSSURLs()
GetSSURLs
in interface IEndpointDiscovery
Copyright © 2008–2017 MIL-OSS. All rights reserved.