Uses of Class
org.sblim.slp.ServiceLocationAttribute

Packages that use ServiceLocationAttribute
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   
 

Uses of ServiceLocationAttribute in org.sblim.slp
 

Methods in org.sblim.slp with parameters of type ServiceLocationAttribute
 void ServiceLocationAttributeVerifier.verifyAttribute(ServiceLocationAttribute pAttribute)
          Verify that the attribute matches the template definition.
 

Method parameters in org.sblim.slp with type arguments of type ServiceLocationAttribute
 void Advertiser.addAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
          Update the registration by adding the given attributes.
 void Advertiser.register(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
          Register a new service with SLP having the given attributes.
 

Uses of ServiceLocationAttribute in org.sblim.slp.internal
 

Methods in org.sblim.slp.internal with parameters of type ServiceLocationAttribute
static String AttributeHandler.buildString(ServiceLocationAttribute pAttr)
           
 

Method parameters in org.sblim.slp.internal with type arguments of type ServiceLocationAttribute
 void AdvertiserImpl.addAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
           
 void AdvertiserImpl.register(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes)
           
 

Uses of ServiceLocationAttribute in org.sblim.slp.internal.msg
 

Methods in org.sblim.slp.internal.msg that return ServiceLocationAttribute
 ServiceLocationAttribute SLPInputStream.readAttribute()
          readAttribute
 

Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceLocationAttribute
 List<ServiceLocationAttribute> ServiceRegistration.getAttributeList()
          getAttributeList
 Iterator<ServiceLocationAttribute> AttributeReply.getResultIterator()
           
 List<ServiceLocationAttribute> SLPInputStream.readAttributeList()
          readAttributeList
 

Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceLocationAttribute
AttributeReply(int pErrorCode, List<ServiceLocationAttribute> pAttrList)
          Ctor.
AttributeReply(MsgHeader pHeader, int pErrorCode, List<ServiceLocationAttribute> pAttrList)
          Ctor.
AttributeReply(String pLangTag, int pErrorCode, List<ServiceLocationAttribute> pAttrList)
          Ctor.
DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
          Ctor.
DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
          Ctor.
DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
          Ctor.
DADescriptor(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes)
          Ctor.
SAAdvert(MsgHeader pHeader, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          Ctor.
SAAdvert(String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          Ctor.
SAAdvert(String pLangTag, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          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.
 

Uses of ServiceLocationAttribute in org.sblim.slp.internal.sa
 

Methods in org.sblim.slp.internal.sa that return types with arguments of type ServiceLocationAttribute
 List<ServiceLocationAttribute> ServiceTable.getAttributes(ServiceType pSrvType, List<String> pScopes)
          getAttributes
 List<ServiceLocationAttribute> ServiceTable.getAttributes(ServiceURL pSrvURL, List<String> pScopes)
          getAttributes
 

Method parameters in org.sblim.slp.internal.sa with type arguments of type ServiceLocationAttribute
 void ServiceTable.add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes)
          add
 



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