Uses of Interface org.sblim.slp.ServiceLocationEnumeration

Uses in package org.sblim.slp.internal

Classes implementing org.sblim.slp.ServiceLocationEnumeration

class
ServiceLocationEnumerator.java (C) Copyright IBM Corp.
class
ServiceLocationEnumeratorStreamed.java (C) Copyright IBM Corp.

Methods with return type org.sblim.slp.ServiceLocationEnumeration

ServiceLocationEnumeration
LocatorImpl.findAttributes(ServiceType pServiceType, 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
LocatorImplStreamed.findAttributes(ServiceType pServiceType, 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
LocatorImpl.findAttributes(ServiceType pType, Vector pScopes, Vector pAttributeIds, Vector directoryAgents)
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
LocatorImplStreamed.findAttributes(ServiceType pServiceType, 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
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.
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.
ServiceLocationEnumeration
LocatorImpl.findServiceTypes(String pNamingAuthority, Vector pScopes)
Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.
ServiceLocationEnumeration
LocatorImplStreamed.findServiceTypes(String pNamingAuthority, Vector pScopes)
Returns an enumeration of ServiceType objects giving known service types for the given scopes and given naming authority.
ServiceLocationEnumeration
LocatorImpl.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
LocatorImplStreamed.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
LocatorImpl.findServices(ServiceType pServicetype, Vector pScopes, String pQuery)
Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.
ServiceLocationEnumeration
LocatorImplStreamed.findServices(ServiceType pServiceType, Vector pScopes, String pQuery)
Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.
ServiceLocationEnumeration
LocatorImpl.findServices(ServiceType pServicetype, Vector pScopes, String pQuery, Vector pDiscoveryAgents)
Returns a vector of ServiceURL objects for services matching the query, and having a matching type in the given scopes.
ServiceLocationEnumeration
LocatorImplStreamed.findServices(ServiceType pServiceType, Vector pScopes, String pQuery, Vector pDiscoveryAgents)
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

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.

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