Uses of Class
org.sblim.slp.ServiceURL
-
Packages that use ServiceURL Package Description org.sblim.cimclient.internal.discovery.slp This package and the subpackages contain the internal implementation of the SBLIM CIM Client for Java.org.sblim.slp This package contains the external API of the SLP library.org.sblim.slp.internal Internal implementation of the SLP library.org.sblim.slp.internal.msg org.sblim.slp.internal.sa org.sblim.slp.internal.ua -
-
Uses of ServiceURL in org.sblim.cimclient.internal.discovery.slp
Constructors in org.sblim.cimclient.internal.discovery.slp with parameters of type ServiceURL Constructor Description WBEMServiceAdvertisementSLP(java.lang.String pDA, ServiceURL pUrl, java.util.List<java.lang.String> pAttributes)
Ctor. -
Uses of ServiceURL in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceURL Modifier and Type Method Description void
Advertiser. addAttributes(ServiceURL pURL, java.util.Vector<ServiceLocationAttribute> pAttributes)
Update the registration by adding the given attributes.void
Advertiser. deleteAttributes(ServiceURL pURL, java.util.Vector<java.lang.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.ServiceLocationEnumeration
Locator. findAttributes(ServiceURL URL, java.util.Vector<java.lang.String> scopes, java.util.Vector<java.lang.String> attributeIds)
For the URL and scope, return a Vector of ServiceLocationAttribute objects whose ids match the String patterns in the attributeIds Vector.ServiceLocationEnumeration
Locator. findAttributes(ServiceURL pURL, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds, java.util.Vector<java.net.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, java.util.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 ServiceURL Modifier and Type Method Description void
AdvertiserImpl. addAttributes(ServiceURL pURL, java.util.Vector<ServiceLocationAttribute> pAttributes)
void
AdvertiserImpl. deleteAttributes(ServiceURL pURL, java.util.Vector<java.lang.String> pAttributeIds)
void
AdvertiserImpl. deregister(ServiceURL pURL)
void
AdvertiserImpl. register(ServiceURL pURL, java.util.Vector<ServiceLocationAttribute> pAttributes)
-
Uses of ServiceURL in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceURL Modifier and Type Method Description ServiceURL
AttributeRequest. getServiceURL()
getServiceURLServiceURL
ServiceDeregistration. getServiceURL()
getServiceURLServiceURL
ServiceRegistration. getServiceURL()
getServiceURLServiceURL
SLPInputStream. readURL()
Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceURL Modifier and Type Method Description java.util.Iterator<ServiceURL>
ServiceReply. getResultIterator()
getResultIteratorjava.util.List<ServiceURL>
ServiceReply. getURLEntries()
getURLEntriesjava.util.List<ServiceURL>
SLPInputStream. readUrlList(java.util.List<java.lang.Exception> pURLExceptions)
readUrlListMethods in org.sblim.slp.internal.msg with parameters of type ServiceURL Modifier and Type Method Description boolean
SLPOutputStream. write(ServiceURL pURL)
Constructors in org.sblim.slp.internal.msg with parameters of type ServiceURL Constructor Description ServiceDeregistration(java.lang.String pLangTag, java.util.List<java.lang.String> pScopeList, ServiceURL pURL, java.util.List<java.lang.String> pTagList)
Ctor.ServiceDeregistration(java.util.List<java.lang.String> pScopeList, ServiceURL pURL, java.util.List<java.lang.String> pTagList)
Ctor.ServiceDeregistration(MsgHeader pHeader, java.util.List<java.lang.String> pScopeList, ServiceURL pURL, java.util.List<java.lang.String> pTagList)
Ctor.ServiceRegistration(java.lang.String pLangTag, ServiceURL pServURL, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<?> pAuthBlockList)
Ctor.ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<?> pAuthBlockList)
Ctor.ServiceRegistration(ServiceURL pServURL, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<?> pAuthBlockList)
Ctor.Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceURL Constructor Description ServiceReply(int pErrorCode, java.util.List<ServiceURL> pURLEntries)
Ctor.ServiceReply(java.lang.String pLangTag, int pErrorCode, java.util.List<ServiceURL> pURLEntries, java.util.List<java.lang.Exception> pURLExceptions)
Ctor.ServiceReply(MsgHeader pHeader, int pErrorCode, java.util.List<ServiceURL> pURLEntries, java.util.List<java.lang.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 ServiceURL Modifier and Type Method Description java.util.List<ServiceURL>
ServiceTable. getServiceURLs(ServiceType pSrvType, java.util.List<java.lang.String> pScopes)
getServiceURLsMethods in org.sblim.slp.internal.sa with parameters of type ServiceURL Modifier and Type Method Description void
ServiceTable. add(ServiceURL pSrvURL, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<java.lang.String> pScopes)
addjava.util.List<ServiceLocationAttribute>
ServiceTable. getAttributes(ServiceURL pSrvURL, java.util.List<java.lang.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 ServiceURL Modifier and Type Method Description ServiceLocationEnumeration
LocatorImpl. findAttributes(ServiceURL pURL, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds)
ServiceLocationEnumeration
LocatorImpl. findAttributes(ServiceURL pURL, java.util.Vector<java.lang.String> pScopes, java.util.Vector<java.lang.String> pAttributeIds, java.util.Vector<java.net.InetAddress> pDirectoryAgents)
-