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 | Description |
---|---|---|
void |
ServiceLocationAttributeVerifier.verifyAttribute(ServiceLocationAttribute pAttribute) |
Verify that the attribute matches the template definition.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
AttributeHandler.buildString(ServiceLocationAttribute pAttr) |
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) |
Modifier and Type | Method | Description |
---|---|---|
ServiceLocationAttribute |
SLPInputStream.readAttribute() |
readAttribute
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ServiceLocationAttribute> |
ServiceRegistration.getAttributeList() |
getAttributeList
|
java.util.Iterator<ServiceLocationAttribute> |
AttributeReply.getResultIterator() |
|
java.util.List<ServiceLocationAttribute> |
SLPInputStream.readAttributeList() |
readAttributeList
|
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.
|
Modifier and Type | Method | 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 | 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.