Uses of Class
org.sblim.slp.ServiceURL
Packages that use ServiceURL
Package
Description
This package and the subpackages contain the internal implementation of the SBLIM CIM Client for Java.
This package contains the external API of the SLP library.
Internal implementation of the SLP library.
-
Uses of ServiceURL in org.sblim.cimclient.internal.discovery.slp
Constructors in org.sblim.cimclient.internal.discovery.slp with parameters of type ServiceURLModifierConstructorDescriptionWBEMServiceAdvertisementSLP
(String pDA, ServiceURL pUrl, List<String> pAttributes) Ctor. -
Uses of ServiceURL in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceURLModifier and TypeMethodDescriptionvoid
Advertiser.addAttributes
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) Update the registration by adding the given attributes.void
Advertiser.deleteAttributes
(ServiceURL pURL, Vector<String> pAttributeIds) Delete the attributes from a URL for the locale with which the Advertiser was created.void
Advertiser.deregister
(ServiceURL pURL) Deregister a service from the SLP framework.Locator.findAttributes
(ServiceURL URL, Vector<String> scopes, Vector<String> attributeIds) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.Locator.findAttributes
(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents) For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.void
Advertiser.register
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) Register a new service with SLP having the given attributes. -
Uses of ServiceURL in org.sblim.slp.internal
Methods in org.sblim.slp.internal with parameters of type ServiceURLModifier and TypeMethodDescriptionvoid
AdvertiserImpl.addAttributes
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) void
AdvertiserImpl.deleteAttributes
(ServiceURL pURL, Vector<String> pAttributeIds) void
AdvertiserImpl.deregister
(ServiceURL pURL) void
AdvertiserImpl.register
(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) -
Uses of ServiceURL in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceURLModifier and TypeMethodDescriptionAttributeRequest.getServiceURL()
getServiceURLServiceDeregistration.getServiceURL()
getServiceURLServiceRegistration.getServiceURL()
getServiceURLSLPInputStream.readURL()
Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceURLModifier and TypeMethodDescriptionServiceReply.getResultIterator()
getResultIteratorServiceReply.getURLEntries()
getURLEntriesSLPInputStream.readUrlList
(List<Exception> pURLExceptions) readUrlListMethods in org.sblim.slp.internal.msg with parameters of type ServiceURLConstructors in org.sblim.slp.internal.msg with parameters of type ServiceURLModifierConstructorDescriptionServiceDeregistration
(String pLangTag, List<String> pScopeList, ServiceURL pURL, List<String> pTagList) Ctor.ServiceDeregistration
(List<String> pScopeList, ServiceURL pURL, List<String> pTagList) Ctor.ServiceDeregistration
(MsgHeader pHeader, List<String> pScopeList, ServiceURL pURL, List<String> pTagList) Ctor.ServiceRegistration
(String pLangTag, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList) Ctor.ServiceRegistration
(MsgHeader pHeader, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList) Ctor.ServiceRegistration
(ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList) Ctor.Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceURLModifierConstructorDescriptionServiceReply
(int pErrorCode, List<ServiceURL> pURLEntries) Ctor.ServiceReply
(String pLangTag, int pErrorCode, List<ServiceURL> pURLEntries, List<Exception> pURLExceptions) Ctor.ServiceReply
(MsgHeader pHeader, int pErrorCode, List<ServiceURL> pURLEntries, List<Exception> pURLExceptions) Ctor. -
Uses of ServiceURL in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa that return types with arguments of type ServiceURLModifier and TypeMethodDescriptionServiceTable.getServiceURLs
(ServiceType pSrvType, List<String> pScopes) getServiceURLsMethods in org.sblim.slp.internal.sa with parameters of type ServiceURLModifier and TypeMethodDescriptionvoid
ServiceTable.add
(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) addServiceTable.getAttributes
(ServiceURL pSrvURL, List<String> pScopes) getAttributesvoid
ServiceTable.remove
(ServiceURL pSrvURL) remove -
Uses of ServiceURL in org.sblim.slp.internal.ua
Methods in org.sblim.slp.internal.ua with parameters of type ServiceURLModifier and TypeMethodDescriptionLocatorImpl.findAttributes
(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds) LocatorImpl.findAttributes
(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents)