Uses of Class org.sblim.slp.ServiceURL

Uses in package org.sblim.slp.internal.msg

Constructors with parameter type org.sblim.slp.ServiceURL

ServiceDeregistration.ServiceDeregistration(List pScopeList, ServiceURL pURL, List pTagList)
Ctor.
ServiceDeregistration.ServiceDeregistration(String pLangTag, List pScopeList, ServiceURL pURL, List pTagList)
Ctor.
ServiceDeregistration.ServiceDeregistration(MsgHeader pHeader, List pScopeList, ServiceURL pURL, List pTagList)
Ctor.
ServiceRegistration.ServiceRegistration(String pLangTag, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.
ServiceRegistration.ServiceRegistration(ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.
ServiceRegistration.ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.

Methods with parameter type org.sblim.slp.ServiceURL

boolean

Methods with return type org.sblim.slp.ServiceURL

ServiceURL
getServiceURL
ServiceURL
getServiceURL
ServiceURL
getServiceURL
ServiceURL

Uses in package org.sblim.slp.internal

Methods with parameter type org.sblim.slp.ServiceURL

void
AdvertiserImpl.addAttributes(ServiceURL pURL, Vector pAttributes)
Update the registration by adding the given attributes.
void
AdvertiserImpl.deleteAttributes(ServiceURL pURL, Vector pAttributeIds)
Delete the attributes from a URL for the locale with which the Advertiser was created.
void
Deregister a service from the SLP framework.
void
AdvertiserImpl.register(ServiceURL pURL, Vector pAttributes)
Register a new service with SLP having the given attributes.

Uses in package org.sblim.slp.internal.ua

Methods with parameter type org.sblim.slp.ServiceURL

ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents)

Uses in package org.sblim.slp.internal.sa

Methods with parameter type org.sblim.slp.ServiceURL

void
ServiceTable.add(ServiceURL pSrvURL, List pAttrList, List pScopes)
add
List
ServiceTable.getAttributes(ServiceURL pSrvURL, List pScopes)
getAttributes
void
remove

Uses in package org.sblim.slp

Methods with parameter type org.sblim.slp.ServiceURL

void
Advertiser.addAttributes(ServiceURL pURL, Vector pAttributes)
Update the registration by adding the given attributes.
void
Advertiser.deleteAttributes(ServiceURL pURL, Vector pAttributeIds)
Delete the attributes from a URL for the locale with which the Advertiser was created.
void
Deregister a service from the SLP framework.
ServiceLocationEnumeration
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.
ServiceLocationEnumeration
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.
void
Advertiser.register(ServiceURL pURL, Vector pAttributes)
Register a new service with SLP having the given attributes.

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.