Uses of Class
org.sblim.slp.ServiceLocationAttribute
-
Packages that use ServiceLocationAttribute Package Description 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 Modifier and Type Method Description 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 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. register(ServiceURL pURL, java.util.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 Modifier and Type Method Description static java.lang.String
AttributeHandler. buildString(ServiceLocationAttribute pAttr)
Method parameters in org.sblim.slp.internal with type arguments of type ServiceLocationAttribute Modifier and Type Method Description void
AdvertiserImpl. addAttributes(ServiceURL pURL, java.util.Vector<ServiceLocationAttribute> pAttributes)
void
AdvertiserImpl. register(ServiceURL pURL, java.util.Vector<ServiceLocationAttribute> pAttributes)
-
Uses of ServiceLocationAttribute in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceLocationAttribute Modifier and Type Method Description ServiceLocationAttribute
SLPInputStream. readAttribute()
readAttributeMethods in org.sblim.slp.internal.msg that return types with arguments of type ServiceLocationAttribute Modifier and Type Method Description java.util.List<ServiceLocationAttribute>
ServiceRegistration. getAttributeList()
getAttributeListjava.util.Iterator<ServiceLocationAttribute>
AttributeReply. getResultIterator()
java.util.List<ServiceLocationAttribute>
SLPInputStream. readAttributeList()
readAttributeListConstructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceLocationAttribute Constructor Description AttributeReply(int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
Ctor.AttributeReply(java.lang.String pLangTag, int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
Ctor.AttributeReply(MsgHeader pHeader, int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
Ctor.DADescriptor(java.lang.String pURL, java.util.TreeSet<java.lang.String> pScopeSet, java.util.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 ServiceLocationAttribute Modifier and Type Method Description java.util.List<ServiceLocationAttribute>
ServiceTable. getAttributes(ServiceType pSrvType, java.util.List<java.lang.String> pScopes)
getAttributesjava.util.List<ServiceLocationAttribute>
ServiceTable. getAttributes(ServiceURL pSrvURL, java.util.List<java.lang.String> pScopes)
getAttributesMethod parameters in org.sblim.slp.internal.sa with type arguments of type ServiceLocationAttribute Modifier and Type Method Description void
ServiceTable. add(ServiceURL pSrvURL, java.util.List<ServiceLocationAttribute> pAttrList, java.util.List<java.lang.String> pScopes)
add
-