Uses of Interface
org.sblim.slp.ServiceLocationEnumeration
Packages that use ServiceLocationEnumeration
Package
Description
This package contains the external API of the SLP library.
-
Uses of ServiceLocationEnumeration in org.sblim.slp
Methods in org.sblim.slp that return ServiceLocationEnumerationModifier and TypeMethodDescriptionLocator.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds) For the type and scope, return a Vector of all ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector regardless of the Locator's locale.Locator.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) For the type and scope, return a Vector of all ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector regardless of the Locator's locale.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.Locator.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter) Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.Locator.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents) Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.Locator.findServiceTypes
(String pNamingAuthority, Vector pScopes) Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.Locator.findServiceTypes
(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent) Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority. -
Uses of ServiceLocationEnumeration in org.sblim.slp.internal.ua
Classes in org.sblim.slp.internal.ua that implement ServiceLocationEnumerationMethods in org.sblim.slp.internal.ua that return ServiceLocationEnumerationModifier and TypeMethodDescriptionLocatorImpl.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds) LocatorImpl.findAttributes
(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) LocatorImpl.findAttributes
(ServiceURL pURL, Vector pScopes, Vector pAttributeIds) LocatorImpl.findAttributes
(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents) LocatorImpl.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter) LocatorImpl.findServices
(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents) LocatorImpl.findServiceTypes
(String pNamingAuthority, Vector pScopes) LocatorImpl.findServiceTypes
(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent)