Uses of Interface org.sblim.slp.ServiceLocationEnumeration

Uses in package org.sblim.slp

Methods with return type org.sblim.slp.ServiceLocationEnumeration

ServiceLocationEnumeration
Locator.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.
ServiceLocationEnumeration
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.
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.
ServiceLocationEnumeration
Locator.findServiceTypes(String pNamingAuthority, Vector 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 pScopes, Vector pDirectoryAgent)
Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.
ServiceLocationEnumeration
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.
ServiceLocationEnumeration
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.

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

Classes implementing org.sblim.slp.ServiceLocationEnumeration

class
SLEnumerationImpl

Methods with return type org.sblim.slp.ServiceLocationEnumeration

ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds)
ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceURL pURL, Vector pScopes, Vector pAttributeIds, Vector pDirectoryAgents)
ServiceLocationEnumeration
LocatorImpl.findServiceTypes(String pNamingAuthority, Vector pScopes)
ServiceLocationEnumeration
LocatorImpl.findServiceTypes(String pNamingAuthority, Vector pScopes, Vector pDirectoryAgent)
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pType, Vector pScopes, String pSearchFilter)
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pType, Vector pScopes, String pSearchFilter, Vector pDirectoryAgents)

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