|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceLocationEnumeration | |
---|---|
org.sblim.slp | This package contains the external API of the SLP library. |
org.sblim.slp.internal.ua |
Uses of ServiceLocationEnumeration in org.sblim.slp |
---|
Methods in org.sblim.slp that return ServiceLocationEnumeration | |
---|---|
ServiceLocationEnumeration |
Locator.findAttributes(ServiceType pType,
Vector<String> pScopes,
Vector<String> 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. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceType pType,
Vector<String> pScopes,
Vector<String> pAttributeIds,
Vector<InetAddress> 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. |
ServiceLocationEnumeration |
Locator.findAttributes(ServiceURL URL,
Vector<String> scopes,
Vector<String> 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<String> pScopes,
Vector<String> pAttributeIds,
Vector<InetAddress> pDirectoryAgents)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector. |
ServiceLocationEnumeration |
Locator.findServices(ServiceType pType,
Vector<String> pScopes,
String pSearchFilter)
Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes. |
ServiceLocationEnumeration |
Locator.findServices(ServiceType pType,
Vector<String> pScopes,
String pSearchFilter,
Vector<InetAddress> pDirectoryAgents)
Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes. |
ServiceLocationEnumeration |
Locator.findServiceTypes(String pNamingAuthority,
Vector<String> pScopes)
Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority. |
ServiceLocationEnumeration |
Locator.findServiceTypes(String pNamingAuthority,
Vector<String> pScopes,
Vector<InetAddress> 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 ServiceLocationEnumeration | |
---|---|
class |
SLEnumerationImpl
SLEnumerationImpl |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |