Uses of Class
org.sblim.slp.ServiceURL

Packages that use ServiceURL
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
WBEMServiceAdvertisementSLP(String pDA, ServiceURL pUrl, List<String> pAttributes)
          Ctor.
 

Uses of ServiceURL in org.sblim.slp
 

Methods in org.sblim.slp with parameters of type ServiceURL
 void 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.
 ServiceLocationEnumeration 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.
 ServiceLocationEnumeration 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 ServiceURL
 void 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 ServiceURL
 ServiceURL ServiceRegistration.getServiceURL()
          getServiceURL
 ServiceURL AttributeRequest.getServiceURL()
          getServiceURL
 ServiceURL ServiceDeregistration.getServiceURL()
          getServiceURL
 ServiceURL SLPInputStream.readURL()
           
 

Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceURL
 Iterator<ServiceURL> ServiceReply.getResultIterator()
          getResultIterator
 List<ServiceURL> ServiceReply.getURLEntries()
          getURLEntries
 List<ServiceURL> SLPInputStream.readUrlList(List<Exception> pURLExceptions)
          readUrlList
 

Methods in org.sblim.slp.internal.msg with parameters of type ServiceURL
 boolean SLPOutputStream.write(ServiceURL pURL)
           
 

Constructors in org.sblim.slp.internal.msg with parameters of type ServiceURL
ServiceDeregistration(List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
          Ctor.
ServiceDeregistration(MsgHeader pHeader, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
          Ctor.
ServiceDeregistration(String pLangTag, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
          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.
ServiceRegistration(String pLangTag, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
          Ctor.
 

Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceURL
ServiceReply(int pErrorCode, List<ServiceURL> pURLEntries)
          Ctor.
ServiceReply(MsgHeader pHeader, int pErrorCode, List<ServiceURL> pURLEntries, List<Exception> pURLExceptions)
          Ctor.
ServiceReply(String pLangTag, 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 ServiceURL
 List<ServiceURL> ServiceTable.getServiceURLs(ServiceType pSrvType, List<String> pScopes)
          getServiceURLs
 

Methods in org.sblim.slp.internal.sa with parameters of type ServiceURL
 void ServiceTable.add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes)
          add
 List<ServiceLocationAttribute> ServiceTable.getAttributes(ServiceURL pSrvURL, List<String> pScopes)
          getAttributes
 void 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
 ServiceLocationEnumeration LocatorImpl.findAttributes(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds)
           
 ServiceLocationEnumeration LocatorImpl.findAttributes(ServiceURL pURL, Vector<String> pScopes, Vector<String> pAttributeIds, Vector<InetAddress> pDirectoryAgents)
           
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.