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