Class ServiceTable
java.lang.Object
org.sblim.slp.internal.sa.ServiceTable
ServiceTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) addgetAttributes
(ServiceType pSrvType, List<String> pScopes) getAttributesgetAttributes
(ServiceURL pSrvURL, List<String> pScopes) getAttributesgetServiceTypes
(List<String> pScopes) getServiceTypesgetServiceURLs
(ServiceType pSrvType, List<String> pScopes) getServiceURLsvoid
remove
(ServiceURL pSrvURL) remove
-
Constructor Details
-
ServiceTable
-
-
Method Details
-
add
public void add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) throws UnknownHostException, IOException add- Parameters:
pSrvURL
-pAttrList
-pScopes
-- Throws:
UnknownHostException
IOException
-
remove
remove- Parameters:
pSrvURL
-- Throws:
UnknownHostException
IOException
-
getServiceURLs
getServiceURLs- Parameters:
pSrvType
-pScopes
-- Returns:
- List ServiceURL
-
getAttributes
getAttributes- Parameters:
pSrvURL
-pScopes
-- Returns:
- List ServiceLocationAttribute
-
getAttributes
getAttributes- Parameters:
pSrvType
-pScopes
-- Returns:
- List ServiceLocationAttribute
-
getServiceTypes
getServiceTypes- Parameters:
pScopes
-- Returns:
- List ServiceType
-