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 |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocationAttributeVerifier.verifyAttribute(ServiceLocationAttribute pAttribute)
Verify that the attribute matches the template definition.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AttributeHandler.buildString(ServiceLocationAttribute pAttr) |
Modifier and Type | Method and Description |
---|---|
void |
AdvertiserImpl.addAttributes(ServiceURL pURL,
java.util.Vector<ServiceLocationAttribute> pAttributes) |
void |
AdvertiserImpl.register(ServiceURL pURL,
java.util.Vector<ServiceLocationAttribute> pAttributes) |
Modifier and Type | Method and Description |
---|---|
ServiceLocationAttribute |
SLPInputStream.readAttribute()
readAttribute
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ServiceLocationAttribute> |
ServiceRegistration.getAttributeList()
getAttributeList
|
java.util.Iterator<ServiceLocationAttribute> |
AttributeReply.getResultIterator() |
java.util.List<ServiceLocationAttribute> |
SLPInputStream.readAttributeList()
readAttributeList
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTable.add(ServiceURL pSrvURL,
java.util.List<ServiceLocationAttribute> pAttrList,
java.util.List<java.lang.String> pScopes)
add
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.