org.sblim.slp.internal
Class ServiceRepository
java.lang.Object
org.sblim.slp.internal.ServiceRepository
public class ServiceRepository
- extends java.lang.Object
Method Summary |
void |
deregister(ServiceURL pServiceUrl,
java.util.Vector pScopes)
|
java.util.Vector |
findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pTagList,
java.util.Locale pLocale)
|
java.util.Vector |
findServices(ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery,
java.util.Locale pLocale)
|
java.util.Vector |
findServiceTypes(ServiceType pServiceType,
java.util.Vector pScopes)
|
boolean |
register(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
|
void |
updateRegistration(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRepository
public ServiceRepository()
deregister
public void deregister(ServiceURL pServiceUrl,
java.util.Vector pScopes)
throws ServiceLocationException
- Throws:
ServiceLocationException
findAttributes
public java.util.Vector findAttributes(ServiceURL pServiceUrl,
java.util.Vector pScopes,
java.util.Vector pTagList,
java.util.Locale pLocale)
findServices
public java.util.Vector findServices(ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery,
java.util.Locale pLocale)
findServiceTypes
public java.util.Vector findServiceTypes(ServiceType pServiceType,
java.util.Vector pScopes)
throws ServiceLocationException
- Throws:
ServiceLocationException
register
public boolean register(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
throws ServiceLocationException
- Throws:
ServiceLocationException
updateRegistration
public void updateRegistration(ServiceURL pServiceUrl,
java.util.Vector pAttributeIds,
java.util.Vector pScopes,
java.util.Locale pLocale)
throws ServiceLocationException
- Throws:
ServiceLocationException
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.