Class ServiceTable
java.lang.Object
org.sblim.slp.internal.sa.ServiceTable
ServiceTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(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) getServiceURLsvoidremove(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:
UnknownHostExceptionIOException
-
remove
remove- Parameters:
pSrvURL-- Throws:
UnknownHostExceptionIOException
-
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
-