public class ServiceTable extends Object
Constructor and Description |
---|
ServiceTable(DatagramThread pDgramThread)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(ServiceURL pSrvURL,
List<ServiceLocationAttribute> pAttrList,
List<String> pScopes)
add
|
List<ServiceLocationAttribute> |
getAttributes(ServiceType pSrvType,
List<String> pScopes)
getAttributes
|
List<ServiceLocationAttribute> |
getAttributes(ServiceURL pSrvURL,
List<String> pScopes)
getAttributes
|
List<ServiceType> |
getServiceTypes(List<String> pScopes)
getServiceTypes
|
List<ServiceURL> |
getServiceURLs(ServiceType pSrvType,
List<String> pScopes)
getServiceURLs
|
void |
remove(ServiceURL pSrvURL)
remove
|
public ServiceTable(DatagramThread pDgramThread)
pDgramThread
- public void add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) throws UnknownHostException, IOException
pSrvURL
- pAttrList
- pScopes
- UnknownHostException
IOException
public void remove(ServiceURL pSrvURL) throws UnknownHostException, IOException
pSrvURL
- UnknownHostException
IOException
public List<ServiceURL> getServiceURLs(ServiceType pSrvType, List<String> pScopes)
pSrvType
- pScopes
- public List<ServiceLocationAttribute> getAttributes(ServiceURL pSrvURL, List<String> pScopes)
pSrvURL
- pScopes
- public List<ServiceLocationAttribute> getAttributes(ServiceType pSrvType, List<String> pScopes)
pSrvType
- pScopes
- public List<ServiceType> getServiceTypes(List<String> pScopes)
pScopes
- Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.