Package org.sblim.slp.internal.sa
Class ServiceTable
- java.lang.Object
-
- org.sblim.slp.internal.sa.ServiceTable
-
public class ServiceTable extends java.lang.Object
ServiceTable
-
-
Constructor Summary
Constructors Constructor Description ServiceTable(DatagramThread pDgramThread)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ServiceURL pSrvURL, java.util.List pAttrList, java.util.List pScopes)
addjava.util.List
getAttributes(ServiceType pSrvType, java.util.List pScopes)
getAttributesjava.util.List
getAttributes(ServiceURL pSrvURL, java.util.List pScopes)
getAttributesjava.util.List
getServiceTypes(java.util.List pScopes)
getServiceTypesjava.util.List
getServiceURLs(ServiceType pSrvType, java.util.List pScopes)
getServiceURLsvoid
remove(ServiceURL pSrvURL)
remove
-
-
-
Constructor Detail
-
ServiceTable
public ServiceTable(DatagramThread pDgramThread)
Ctor.- Parameters:
pDgramThread
-
-
-
Method Detail
-
add
public void add(ServiceURL pSrvURL, java.util.List pAttrList, java.util.List pScopes) throws java.net.UnknownHostException, java.io.IOException
add- Parameters:
pSrvURL
-pAttrList
-pScopes
-- Throws:
java.net.UnknownHostException
java.io.IOException
-
remove
public void remove(ServiceURL pSrvURL) throws java.net.UnknownHostException, java.io.IOException
remove- Parameters:
pSrvURL
-- Throws:
java.net.UnknownHostException
java.io.IOException
-
getServiceURLs
public java.util.List getServiceURLs(ServiceType pSrvType, java.util.List pScopes)
getServiceURLs- Parameters:
pSrvType
-pScopes
-- Returns:
- List
-
getAttributes
public java.util.List getAttributes(ServiceURL pSrvURL, java.util.List pScopes)
getAttributes- Parameters:
pSrvURL
-pScopes
-- Returns:
- List
-
getAttributes
public java.util.List getAttributes(ServiceType pSrvType, java.util.List pScopes)
getAttributes- Parameters:
pSrvType
-pScopes
-- Returns:
- List
-
getServiceTypes
public java.util.List getServiceTypes(java.util.List pScopes)
getServiceTypes- Parameters:
pScopes
-- Returns:
- List
-
-