Uses of Class
org.sblim.slp.ServiceURL
Packages that use ServiceURL
Package
Description
This package contains the external API of the SLP library.
Internal implementation of the SLP library.
-
Uses of ServiceURL in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceURLModifier and TypeMethodDescriptionvoidAdvertiser.addAttributes(ServiceURL pURL, Vector pAttributes) Update the registration by adding the given attributes.voidAdvertiser.deleteAttributes(ServiceURL pURL, Vector pAttributeIds) Delete the attributes from a URL for the locale with which the Advertiser was created.voidAdvertiser.deregister(ServiceURL pURL) Deregister a service from the SLP framework.Locator.findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.Locator.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.voidAdvertiser.register(ServiceURL pURL, Vector pAttributes) Register a new service with SLP having the given attributes. -
Uses of ServiceURL in org.sblim.slp.internal
Methods in org.sblim.slp.internal with parameters of type ServiceURLModifier and TypeMethodDescriptionvoidAdvertiserImpl.addAttributes(ServiceURL pURL, Vector pAttributes) voidAdvertiserImpl.deleteAttributes(ServiceURL pURL, Vector pAttributeIds) voidAdvertiserImpl.deregister(ServiceURL pURL) voidAdvertiserImpl.register(ServiceURL pURL, Vector pAttributes) -
Uses of ServiceURL in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceURLModifier and TypeMethodDescriptionAttributeRequest.getServiceURL()getServiceURLServiceDeregistration.getServiceURL()getServiceURLServiceRegistration.getServiceURL()getServiceURLSLPInputStream.readURL()Methods in org.sblim.slp.internal.msg with parameters of type ServiceURLConstructors in org.sblim.slp.internal.msg with parameters of type ServiceURLModifierConstructorDescriptionServiceDeregistration(String pLangTag, List pScopeList, ServiceURL pURL, List pTagList) Ctor.ServiceDeregistration(List pScopeList, ServiceURL pURL, List pTagList) Ctor.ServiceDeregistration(MsgHeader pHeader, List pScopeList, ServiceURL pURL, List pTagList) Ctor.ServiceRegistration(String pLangTag, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList) Ctor.ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList) Ctor.ServiceRegistration(ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList) Ctor. -
Uses of ServiceURL in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa with parameters of type ServiceURLModifier and TypeMethodDescriptionvoidServiceTable.add(ServiceURL pSrvURL, List pAttrList, List pScopes) addServiceTable.getAttributes(ServiceURL pSrvURL, List pScopes) getAttributesvoidServiceTable.remove(ServiceURL pSrvURL) remove -
Uses of ServiceURL in org.sblim.slp.internal.ua
Methods in org.sblim.slp.internal.ua with parameters of type ServiceURLModifier and TypeMethodDescriptionLocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds) LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents)