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