org.sblim.slp.internal.ua

Class LocatorImpl

Implemented Interfaces:
Locator

public class LocatorImpl
extends java.lang.Object
implements Locator

LocatorImpl

Constructor Summary

LocatorImpl(Locale pLocale)
Ctor.

Method Summary

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

Constructor Details

LocatorImpl

public LocatorImpl(Locale pLocale)
Ctor.
Parameters:
pLocale -

Method Details

findAttributes

public ServiceLocationEnumeration findAttributes(ServiceType pType,
                                                 Vector pScopes,
                                                 Vector pAttributeIds)
Specified by:
findAttributes in interface Locator

findAttributes

public ServiceLocationEnumeration findAttributes(ServiceType pType,
                                                 Vector pScopes,
                                                 Vector pAttributeIds,
                                                 Vector pDirectoryAgents)
Specified by:
findAttributes in interface Locator

findAttributes

public ServiceLocationEnumeration findAttributes(ServiceURL pURL,
                                                 Vector pScopes,
                                                 Vector pAttributeIds)
Specified by:
findAttributes in interface Locator

findAttributes

public ServiceLocationEnumeration findAttributes(ServiceURL pURL,
                                                 Vector pScopes,
                                                 Vector pAttributeIds,
                                                 Vector pDirectoryAgents)
Specified by:
findAttributes in interface Locator

findServiceTypes

public ServiceLocationEnumeration findServiceTypes(String pNamingAuthority,
                                                   Vector pScopes)
Specified by:
findServiceTypes in interface Locator

findServiceTypes

public ServiceLocationEnumeration findServiceTypes(String pNamingAuthority,
                                                   Vector pScopes,
                                                   Vector pDirectoryAgent)
Specified by:
findServiceTypes in interface Locator

findServices

public ServiceLocationEnumeration findServices(ServiceType pType,
                                               Vector pScopes,
                                               String pSearchFilter)
Specified by:
findServices in interface Locator

findServices

public ServiceLocationEnumeration findServices(ServiceType pType,
                                               Vector pScopes,
                                               String pSearchFilter,
                                               Vector pDirectoryAgents)
Specified by:
findServices in interface Locator

getLocale

public Locale getLocale()
Specified by:
getLocale in interface Locator

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