org.sblim.slp.internal
Class ServiceRepository
java.lang.Object
org.sblim.slp.internal.ServiceRepository
public class ServiceRepository
extends java.lang.Object
ServiceRepository.java
(C) Copyright IBM Corp. 2005, 2006
THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Common Public License from
http://www.opensource.org/licenses/cpl1.0.php
void | deregister(ServiceURL pServiceUrl, Vector pScopes)
|
Vector | findAttributes(ServiceURL pServiceUrl, Vector pScopes, Vector pTagList, Locale pLocale)
|
Vector | findServiceTypes(ServiceType pServiceType, Vector pScopes)
|
Vector | findServices(ServiceType pServiceType, Vector pScopes, String pQuery, Locale pLocale)
|
boolean | register(ServiceURL pServiceUrl, Vector pAttributeIds, Vector pScopes, Locale pLocale)
|
void | updateRegistration(ServiceURL pServiceUrl, Vector pAttributeIds, Vector pScopes, Locale pLocale)
|
ServiceRepository
public ServiceRepository()
findAttributes
public Vector findAttributes(ServiceURL pServiceUrl,
Vector pScopes,
Vector pTagList,
Locale pLocale)
findServices
public Vector findServices(ServiceType pServiceType,
Vector pScopes,
String pQuery,
Locale pLocale)
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.