Uses of Class org.sblim.slp.ServiceURL

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.

Uses in package org.sblim.slp.internal

Constructors with parameter type org.sblim.slp.ServiceURL

SLPSAAdvert.SLPSAAdvert(int pVersion, short pXid, Locale pLocale, ServiceURL pServiceurl, Vector pScopes, Vector pAttributes)
SLPServiceDeregistration.SLPServiceDeregistration(Locale pLocale, ServiceURL pServiceUrl, Vector pScopes, Vector pTagList)
SLPServiceRegistration.SLPServiceRegistration(boolean pFresh, Locale pLocale, ServiceURL pServiceUrl, Vector pScopes, Vector pAttributes)

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
ServiceRepository.deregister(ServiceURL pServiceUrl, Vector pScopes)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pServiceUrl, Vector pScopes, Vector pAttributeIds)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.
ServiceLocationEnumeration
LocatorImplStreamed.findAttributes(ServiceURL pServiceUrl, Vector pScopes, Vector pAttributeIds)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.
Vector
ServiceRepository.findAttributes(ServiceURL pServiceUrl, Vector pScopes, Vector pTagList, Locale pLocale)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector directoryAgents)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.
ServiceLocationEnumeration
LocatorImplStreamed.findAttributes(ServiceURL pServiceUrl, 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
AdvertiserImpl.register(ServiceURL pServiceUrl, Vector pAttibutes)
Register a new service with SLP having the given attributes.
boolean
ServiceRepository.register(ServiceURL pServiceUrl, Vector pAttributeIds, Vector pScopes, Locale pLocale)
boolean
SLPHeaderV2.serializeServiceURL(ServiceURL pServiceUrl, ByteArrayOutputStream pStream, boolean pUsingDatagram)
boolean
SLPHeaderV2.serializeServiceURL(ServiceURL pServiceUrl, Hashtable pSpiAuthBlock, ByteArrayOutputStream pStream, boolean pUseMcast)
void
ServiceRepository.updateRegistration(ServiceURL pServiceUrl, Vector pAttributeIds, Vector pScopes, Locale pLocale)

Methods with return type org.sblim.slp.ServiceURL

ServiceURL
Getter for url
ServiceURL
Getter for url
ServiceURL
Getter for url
ServiceURL
Getter for url
ServiceURL
Getter for url
ServiceURL
Getter for url

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