org.sblim.slp.internal.sa
public class ServiceTable extends java.lang.Object
| Constructor and Description |
|---|
ServiceTable(DatagramThread pDgramThread)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(ServiceURL pSrvURL,
java.util.List pAttrList,
java.util.List pScopes)
add
|
java.util.List |
getAttributes(ServiceType pSrvType,
java.util.List pScopes)
getAttributes
|
java.util.List |
getAttributes(ServiceURL pSrvURL,
java.util.List pScopes)
getAttributes
|
java.util.List |
getServiceTypes(java.util.List pScopes)
getServiceTypes
|
java.util.List |
getServiceURLs(ServiceType pSrvType,
java.util.List pScopes)
getServiceURLs
|
void |
remove(ServiceURL pSrvURL)
remove
|
public ServiceTable(DatagramThread pDgramThread)
pDgramThread - public void add(ServiceURL pSrvURL, java.util.List pAttrList, java.util.List pScopes) throws java.net.UnknownHostException, java.io.IOException
pSrvURL - pAttrList - pScopes - java.net.UnknownHostExceptionjava.io.IOExceptionpublic void remove(ServiceURL pSrvURL) throws java.net.UnknownHostException, java.io.IOException
pSrvURL - java.net.UnknownHostExceptionjava.io.IOExceptionpublic java.util.List getServiceURLs(ServiceType pSrvType, java.util.List pScopes)
pSrvType - pScopes - public java.util.List getAttributes(ServiceURL pSrvURL, java.util.List pScopes)
pSrvURL - pScopes - public java.util.List getAttributes(ServiceType pSrvType, java.util.List pScopes)
pSrvType - pScopes - public java.util.List getServiceTypes(java.util.List pScopes)
pScopes - Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.