Uses of Class
org.sblim.slp.ServiceLocationAttribute
Packages that use ServiceLocationAttribute
Package
Description
This package contains the external API of the SLP library.
Internal implementation of the SLP library.
-
Uses of ServiceLocationAttribute in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceLocationAttributeModifier and TypeMethodDescriptionvoidServiceLocationAttributeVerifier.verifyAttribute(ServiceLocationAttribute pAttribute) Verify that the attribute matches the template definition.Method parameters in org.sblim.slp with type arguments of type ServiceLocationAttributeModifier and TypeMethodDescriptionvoidAdvertiser.addAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) Update the registration by adding the given attributes.voidAdvertiser.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 ServiceLocationAttributeModifier and TypeMethodDescriptionstatic StringAttributeHandler.buildString(ServiceLocationAttribute pAttr) Method parameters in org.sblim.slp.internal with type arguments of type ServiceLocationAttributeModifier and TypeMethodDescriptionvoidAdvertiserImpl.addAttributes(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) voidAdvertiserImpl.register(ServiceURL pURL, Vector<ServiceLocationAttribute> pAttributes) -
Uses of ServiceLocationAttribute in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceLocationAttributeMethods in org.sblim.slp.internal.msg that return types with arguments of type ServiceLocationAttributeModifier and TypeMethodDescriptionServiceRegistration.getAttributeList()getAttributeListAttributeReply.getResultIterator()SLPInputStream.readAttributeList()readAttributeListConstructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceLocationAttributeModifierConstructorDescriptionAttributeReply(int pErrorCode, List<ServiceLocationAttribute> pAttrList) Ctor.AttributeReply(String pLangTag, int pErrorCode, List<ServiceLocationAttribute> pAttrList) Ctor.AttributeReply(MsgHeader pHeader, int pErrorCode, List<ServiceLocationAttribute> pAttrList) Ctor.DADescriptor(String pURL, TreeSet<String> pScopeSet, List<ServiceLocationAttribute> pAttributes) Ctor. -
Uses of ServiceLocationAttribute in org.sblim.slp.internal.sa
Methods in org.sblim.slp.internal.sa that return types with arguments of type ServiceLocationAttributeModifier and TypeMethodDescriptionServiceTable.getAttributes(ServiceType pSrvType, List<String> pScopes) getAttributesServiceTable.getAttributes(ServiceURL pSrvURL, List<String> pScopes) getAttributesMethod parameters in org.sblim.slp.internal.sa with type arguments of type ServiceLocationAttributeModifier and TypeMethodDescriptionvoidServiceTable.add(ServiceURL pSrvURL, List<ServiceLocationAttribute> pAttrList, List<String> pScopes) add