Uses of Class
org.sblim.slp.ServiceURL
-
Packages that use ServiceURL Package Description org.sblim.slp This package contains the external API of the SLP library.org.sblim.slp.internal Internal implementation of the SLP library.org.sblim.slp.internal.msg org.sblim.slp.internal.sa org.sblim.slp.internal.ua -
-
Uses of ServiceURL in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceURL Modifier and Type Method Description void
Advertiser. addAttributes(ServiceURL pURL, java.util.Vector pAttributes)
Update the registration by adding the given attributes.void
Advertiser. deleteAttributes(ServiceURL pURL, java.util.Vector pAttributeIds)
Delete the attributes from a URL for the locale with which the Advertiser was created.void
Advertiser. deregister(ServiceURL pURL)
Deregister a service from the SLP framework.ServiceLocationEnumeration
Locator. findAttributes(ServiceURL URL, java.util.Vector scopes, java.util.Vector attributeIds)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.ServiceLocationEnumeration
Locator. findAttributes(ServiceURL pURL, java.util.Vector pScopes, java.util.Vector pAttributeIds, java.util.Vector pDirectoryAgents)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.void
Advertiser. register(ServiceURL pURL, java.util.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 ServiceURL Modifier and Type Method Description void
AdvertiserImpl. addAttributes(ServiceURL pURL, java.util.Vector pAttributes)
void
AdvertiserImpl. deleteAttributes(ServiceURL pURL, java.util.Vector pAttributeIds)
void
AdvertiserImpl. deregister(ServiceURL pURL)
void
AdvertiserImpl. register(ServiceURL pURL, java.util.Vector pAttributes)
-
Uses of ServiceURL in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceURL Modifier and Type Method Description ServiceURL
AttributeRequest. getServiceURL()
getServiceURLServiceURL
ServiceDeregistration. getServiceURL()
getServiceURLServiceURL
ServiceRegistration. getServiceURL()
getServiceURLServiceURL
SLPInputStream. readURL()
Methods in org.sblim.slp.internal.msg with parameters of type ServiceURL Modifier and Type Method Description boolean
SLPOutputStream. write(ServiceURL pURL)
Constructors in org.sblim.slp.internal.msg with parameters of type ServiceURL Constructor Description ServiceDeregistration(java.lang.String pLangTag, java.util.List pScopeList, ServiceURL pURL, java.util.List pTagList)
Ctor.ServiceDeregistration(java.util.List pScopeList, ServiceURL pURL, java.util.List pTagList)
Ctor.ServiceDeregistration(MsgHeader pHeader, java.util.List pScopeList, ServiceURL pURL, java.util.List pTagList)
Ctor.ServiceRegistration(java.lang.String pLangTag, ServiceURL pServURL, java.util.List pScopeList, java.util.List pAttrList, java.util.List pAuthBlockList)
Ctor.ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, java.util.List pScopeList, java.util.List pAttrList, java.util.List pAuthBlockList)
Ctor.ServiceRegistration(ServiceURL pServURL, java.util.List pScopeList, java.util.List pAttrList, java.util.List pAuthBlockList)
Ctor. -
Uses of ServiceURL in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa with parameters of type ServiceURL Modifier and Type Method Description void
ServiceTable. add(ServiceURL pSrvURL, java.util.List pAttrList, java.util.List pScopes)
addjava.util.List
ServiceTable. getAttributes(ServiceURL pSrvURL, java.util.List pScopes)
getAttributesvoid
ServiceTable. remove(ServiceURL pSrvURL)
remove -
Uses of ServiceURL in org.sblim.slp.internal.ua
Methods in org.sblim.slp.internal.ua with parameters of type ServiceURL Modifier and Type Method Description ServiceLocationEnumeration
LocatorImpl. findAttributes(ServiceURL pURL, java.util.Vector pScopes, java.util.Vector pAttributeIds)
ServiceLocationEnumeration
LocatorImpl. findAttributes(ServiceURL pURL, java.util.Vector pScopes, java.util.Vector pAttributeIds, java.util.Vector pDirectoryAgents)
-