|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SLP Locator interface defined in RFC 2614.
Method Summary | |
ServiceLocationEnumeration |
findAttributes(ServiceType type,
Vector scopes,
Vector attributeIds)
Returns the attributes registered with a ServiceType. |
ServiceLocationEnumeration |
findAttributes(ServiceURL URL,
Vector scopes,
Vector attributeIds)
Returns the attributes registered with a ServiceURL. |
ServiceLocationEnumeration |
findServices(ServiceType type,
Vector scopes,
String searchFilter)
Finds all services of a particular type. |
ServiceLocationEnumeration |
findServiceTypes(String namingAuthority,
Vector scopes)
Finds all service types that have a registered URL. |
Locale |
getLocale()
Returns the current locale of this Locator. |
Method Detail |
public Locale getLocale()
public ServiceLocationEnumeration findServiceTypes(String namingAuthority, Vector scopes) throws ServiceLocationException
namingAuthority
- the naming authority to search
in, or empty string if all.ServiceLocationException
- public ServiceLocationEnumeration findServices(ServiceType type, Vector scopes, String searchFilter) throws ServiceLocationException
type
- the ServiceType to search for.scopes
- list of scopes to look in.searchFilter
- an SLP search filter string.ServiceLocationException
- public ServiceLocationEnumeration findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) throws ServiceLocationException
URL
- the ServiceURL to query.scopes
- the scopes to look in.attributeIds
- list of ids to return, or empty
string if all.ServiceLocationException
- public ServiceLocationEnumeration findAttributes(ServiceType type, Vector scopes, Vector attributeIds) throws ServiceLocationException
type
- the ServiceType to query.scopes
- the scopes to look in.attributeIds
- list of ids to return, or empty
string if all.ServiceLocationException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |