|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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 | |
---|---|
static java.lang.String |
AttributeHandler.buildString(ServiceLocationAttribute pAttr)
|
Method parameters in org.sblim.slp.internal with type arguments of type ServiceLocationAttribute | |
---|---|
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 | |
---|---|
ServiceLocationAttribute |
SLPInputStream.readAttribute()
readAttribute |
Methods in org.sblim.slp.internal.msg that return types with arguments of type ServiceLocationAttribute | |
---|---|
java.util.List<ServiceLocationAttribute> |
ServiceRegistration.getAttributeList()
getAttributeList |
java.util.Iterator<ServiceLocationAttribute> |
AttributeReply.getResultIterator()
|
java.util.List<ServiceLocationAttribute> |
SLPInputStream.readAttributeList()
readAttributeList |
Constructor parameters in org.sblim.slp.internal.msg with type arguments of type ServiceLocationAttribute | |
---|---|
AttributeReply(int pErrorCode,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
AttributeReply(MsgHeader pHeader,
int pErrorCode,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
AttributeReply(java.lang.String pLangTag,
int pErrorCode,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
DAAdvert(int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pSPIList)
Ctor. |
|
DAAdvert(MsgHeader pHeader,
int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pSPIList)
Ctor. |
|
DAAdvert(java.lang.String pLangTag,
int pErrorCode,
long pStatelessBootTime,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pSPIList)
Ctor. |
|
DADescriptor(java.lang.String pURL,
java.util.TreeSet<java.lang.String> pScopeSet,
java.util.List<ServiceLocationAttribute> pAttributes)
Ctor. |
|
SAAdvert(MsgHeader pHeader,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
SAAdvert(java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
SAAdvert(java.lang.String pLangTag,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
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. |
|
ServiceRegistration(java.lang.String pLangTag,
ServiceURL pServURL,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.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 | |
---|---|
java.util.List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceType pSrvType,
java.util.List<java.lang.String> pScopes)
getAttributes |
java.util.List<ServiceLocationAttribute> |
ServiceTable.getAttributes(ServiceURL pSrvURL,
java.util.List<java.lang.String> pScopes)
getAttributes |
Method parameters in org.sblim.slp.internal.sa with type arguments of type ServiceLocationAttribute | |
---|---|
void |
ServiceTable.add(ServiceURL pSrvURL,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pScopes)
add |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |