|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceURL | |
---|---|
org.sblim.slp | This package contains the external API of the SLP library. |
org.sblim.slp.internal | This package contains internal implementation of the SLP library. |
Uses of ServiceURL in org.sblim.slp |
---|
Methods in org.sblim.slp with parameters of type ServiceURL | |
---|---|
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 that return ServiceURL | |
---|---|
ServiceURL |
SLPServiceDeregistration.getUrl()
Getter for url |
ServiceURL |
SLPServiceRegistration.getUrl()
Getter for url |
ServiceURL |
SLPServiceRequestMessage.getUrl()
Getter for url |
Methods in org.sblim.slp.internal with parameters of type ServiceURL | |
---|---|
void |
AdvertiserImpl.addAttributes(ServiceURL pUrl,
java.util.Vector pAttributes)
|
void |
AdvertiserImpl.deleteAttributes(ServiceURL pUrl,
java.util.Vector pAttributeIds)
|
void |
AdvertiserImpl.deregister(ServiceURL pServiceUrl)
|
void |
ServiceRepository.deregister(ServiceURL pServiceUrl,
java.util.Vector pScopes)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pAttributeIds)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pAttributeIds)
|
java.util.Vector |
ServiceRepository.findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pTagList,
java.util.Locale pLocale)
|
ServiceLocationEnumeration |
LocatorImpl.findAttributes(ServiceURL pURL,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector directoryAgents)
|
ServiceLocationEnumeration |
LocatorImplStreamed.findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pAttributeIds,
java.util.Vector pDirectoryAgents)
|
void |
AdvertiserImpl.register(ServiceURL pServiceUrl,
java.util.Vector pAttibutes)
|
boolean |
ServiceRepository.register(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
|
void |
ServiceRepository.updateRegistration(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
|
Constructors in org.sblim.slp.internal with parameters of type ServiceURL | |
---|---|
SLPServiceDeregistration(java.util.Locale pLocale,
ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pTagList)
|
|
SLPServiceRegistration(boolean pFresh,
java.util.Locale pLocale,
ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pAttributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |