org.sblim.slp.internal.sa
public class ServiceTable extends Object
Constructor Summary | |
---|---|
ServiceTable(DatagramThread pDgramThread)
Ctor.
|
Method Summary | |
---|---|
void | add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes)
add
|
List<ServiceLocationAttribute> | getAttributes(ServiceURL pSrvURL, List<String> pScopes)
getAttributes
|
List<ServiceLocationAttribute> | getAttributes(ServiceType pSrvType, 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
|
Parameters: pDgramThread
Parameters: pSrvURL pAttrList pScopes
Throws: UnknownHostException IOException
Parameters: pSrvURL pScopes
Returns: List ServiceLocationAttribute
Parameters: pSrvType pScopes
Returns: List ServiceLocationAttribute
Parameters: pScopes
Returns: List ServiceType
Parameters: pSrvType pScopes
Returns: List ServiceURL
Parameters: pSrvURL
Throws: UnknownHostException IOException